Emit typescript declaration files

This commit is contained in:
Rene Saarsoo 2020-10-01 20:39:18 +03:00
parent 31a80e28e8
commit f43814d519
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"build": "tsc"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"make-workout": "./bin/make-workout.js"
},

View File

@ -9,6 +9,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"declaration": true,
},
"include": [
"src/**/*"