feat(typescript-config): Allow synthetic default imports in base config
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"resolveJsonModule": true,
|
||||
"newLine": "LF",
|
||||
"removeComments": true,
|
||||
"allowSyntheticDefaultImports": false,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"isolatedModules": true,
|
||||
|
||||
Reference in New Issue
Block a user