Skip to content

Commit 530e2cb

Browse files
committed
ts: allowSyntheticDefaultImports
1 parent 7517a14 commit 530e2cb

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
@@ -1,6 +1,7 @@
11
{
22
"include": ["src", "types"],
33
"compilerOptions": {
4+
"allowSyntheticDefaultImports": true,
45
"target": "esnext",
56
"module": "esnext",
67
"lib": ["dom", "esnext"],

0 commit comments

Comments
 (0)