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
+1 -4
View File
@@ -11,10 +11,7 @@
"noImplicitAny": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"types": [
"node"
]
"noUnusedParameters": true
},
"exclude": [
"node_modules",