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
21
Readme
Primo Pacco TS
npx tsc --inittsconfig.json: uncommentoutDirto./build.npx tscto compile to/.build- Setup package for publish
npm init -ynpm i typescript --save-dev- build:
npx tsc package.json: ensure 'main' points tobuild/index.js
