fix: set allowSyntheticDefaultImports to true

This commit is contained in:
abhijithvijayan 2020-01-27 20:16:19 +05:30
parent 451b1e46bb
commit 00d35e85fc

View File

@ -17,6 +17,7 @@
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */
/* Additional Checks */
"allowSyntheticDefaultImports": true,
"noUnusedParameters": true, /* Report errors on unused parameters. */
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"useDefineForClassFields": true,