Skip to content

Commit f9d59b2

Browse files
Allow to use default ES6 imports
1 parent 277e9dd commit f9d59b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"esModuleInterop": true,
5+
"allowSyntheticDefaultImports": true,
56
"target": "es6",
67
"noImplicitAny": true,
78
"moduleResolution": "node",

0 commit comments

Comments
 (0)