Revert "Use types tsconfig option where possible"

This reverts commit 38fbba35ff.
This commit is contained in:
Matt Bierner
2017-02-07 16:30:34 -08:00
parent b46834dd50
commit 42335c57f5
18 changed files with 24 additions and 44 deletions

View File

@@ -7,10 +7,7 @@
"es2015"
],
"sourceMap": true,
"strictNullChecks": true,
"types": [
"node"
]
"strictNullChecks": true
},
"exclude": [
"node_modules"