chore: set "allowSyntheticDefaultImports": true,

This commit is contained in:
abhijithvijayan
2020-01-27 21:50:26 +05:30
parent 819cae5c48
commit cbd7f25ea4

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,