update
parents
Showing
bin/Baz.d.ts
0 → 100644
bin/Baz.js
0 → 100644
bin/bar.d.ts
0 → 100644
bin/bar.js
0 → 100644
bin/foo.d.ts
0 → 100644
bin/foo.js
0 → 100644
bin/index.d.ts
0 → 100644
bin/index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "libray-demo-ts", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "./bin/index.js", | |||
"types": "./bin/index.d.ts", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@gitlab2.dui88.com:wanghongyuan/libray-demo-ts.git" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC" | |||
} | |||
\ No newline at end of file |
src/Baz.ts
0 → 100644
src/bar.ts
0 → 100644
src/foo.ts
0 → 100644
src/index.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment