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

@@ -11,6 +11,9 @@
"baseUrl": "../",
"jsx": "react",
"experimentalDecorators": true,
"typesSearchPaths": ["../"]
"typesSearchPaths": [
"../"
],
"noEmit": true
}
}