1.0.6 • Published 3 years ago

@mtticketscommon/common v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

generate tsconfig.json

tsc --init

Note: if you are using linux system, install node-typescript

transpile typescript to javascript

add "build": "tsc"

enable the option inside the tsconfig.json

"declaration": true "outDir": "./build",