Skip to content

Commit 4a21f59

Browse files
committed
fix: 🐛 tsconfig type not found
1 parent b7ebd39 commit 4a21f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pretty": true,
99
"strictNullChecks": true,
1010
"declaration": true,
11-
"esModuleInterop": true
11+
"allowSyntheticDefaultImports": true
1212
},
1313
"lib": [
1414
"es2023"

0 commit comments

Comments
 (0)