1.npm init -y, created an organization in npm registry, changed the package.json file first line to stdticket/common
2. setup tsc --init
3.then this command npm install typescript del-cli --save-dev
4. Then go to tsconfig, uncomment declaration to true, change outDir to ./build, then the compiled file will be in this dir
5. Then set up in script, clean:"del ./build/*", then set build : 'npm run clean && tsc'
@sydticket/common
1.0.7 • Public • PublishedReadme
Keywords
nonePackage Sidebar
Install
npm i @sydticket/common
Weekly Downloads
1
Version
1.0.7
License
ISC
Unpacked Size
10.8 kB
Total Files
24