Skip to content

Commit

Permalink
skipLibCheck (#31)
Browse files Browse the repository at this point in the history
* Update package.json

* Update tsconfig.json
  • Loading branch information
sundargs2000 committed Apr 1, 2021
1 parent 62aeada commit 1571d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
},
"main": "lib/run.js",
"scripts": {
"build": "tsc",
"build": "tsc --outDir ./lib --rootDir ./src",
"test": "jest",
"test-coverage": "jest --coverage"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -58,6 +58,7 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}

0 comments on commit 1571d72

Please sign in to comment.