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

@@ -5,10 +5,7 @@
"es2015"
],
"module": "commonjs",
"outDir": "./out",
"types": [
"node"
]
"outDir": "./out"
},
"exclude": [
"node_modules"