Allow to use default ES6 imports
This commit is contained in:
Родитель
01454454c7
Коммит
573cc3b756
|
@ -2,6 +2,7 @@
|
|||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"moduleResolution": "node",
|
||||
|
|
Загрузка…
Ссылка в новой задаче