1.0.0 • Published 2 years ago

gs-train-ts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
npm init
npm i --save-dev typescript
npx tsc --init

package.json

"build": "tsc"
"prepare" : "npm run build"


"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
    "dist"
],
1.0.0

2 years ago