Remove allowSyntheticDefaultImports (#8218)

This commit is contained in:
Wei Zhu
2017-11-17 14:38:54 +08:00
committed by GitHub
parent fdf0c11ec7
commit 479a5cb743
143 changed files with 205 additions and 233 deletions

View File

@@ -2,7 +2,6 @@
"compilerOptions": {
"strictNullChecks": true,
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"jsx": "preserve",
"noUnusedParameters": true,