0.0.6 • Published 4 years ago
thilllon-tools v0.0.6
tools
tools
reference
- add "declaration" : true to "tsconfig.json"
- Add "types": "index.d.ts" to your package.json
- ensure dist folder is ignored in .gitignore
- source codes => git repository
- transpiled codes => npm/yarn repository
- run build by "tsc"
- run npm publish
- local test method: at root directory, run "npm link". then go to another project,