skipLibCheck (#31)

* Update package.json

* Update tsconfig.json
This commit is contained in:
Sundar
2021-04-01 14:19:07 +05:30
committed by GitHub
parent 62aeada586
commit 1571d72e78
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
},
"main": "lib/run.js",
"scripts": {
"build": "tsc",
"build": "tsc --outDir ./lib --rootDir ./src",
"test": "jest",
"test-coverage": "jest --coverage"
},