Add noEmit to all config files

This commit is contained in:
Ryan Cavanaugh
2016-05-10 12:24:49 -07:00
parent e808e8e062
commit bfd400a8f8
1747 changed files with 6977 additions and 1747 deletions

View File

@@ -9,6 +9,9 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesSearchPaths": ["../"]
"typesSearchPaths": [
"../"
],
"noEmit": true
}
}