Adding some typings in npm scripts

This commit is contained in:
Matt Bierner
2018-10-15 17:24:11 -07:00
parent 63d0559cff
commit a3fa7ad178
4 changed files with 17 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"jsx": "preserve"
"jsx": "preserve",
"checkJs": true
},
"include": [
"**/*.js"