Add noEmit to all config files

This commit is contained in:
Ryan Cavanaugh 2016-05-10 12:24:49 -07:00
parent 4039f599e7
commit 22c1dca6e0

View File

@ -5,7 +5,10 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesSearchPaths": ["../"]
"typesSearchPaths": [
"../"
],
"noEmit": true
},
"files": [
"index.d.ts",