primo-pacco-ts
v1.0.2
Published
1. `npx tsc --init` 2. `tsconfig.json`: uncomment `outDir` to `./build`. 3. `npx tsc` to compile to `/.build` 4.
Downloads
2
Readme
Primo Pacco TS
npx tsc --init
tsconfig.json
: uncommentoutDir
to./build
.npx tsc
to compile to/.build
- Setup package for publish
npm init -y
npm i typescript --save-dev
- build:
npx tsc
package.json
: ensure 'main' points tobuild/index.js