tsconfig - Allow allowSyntheticDefaultImports

This commit is contained in:
2020-01-25 07:37:06 +05:30
parent 0ba1a01973
commit b57a2cd586
+2 -1
View File
@@ -16,7 +16,8 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules", "build", "dist", "example", "rollup.config.js"]