Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit d2c2a3b

Browse files
committed
refactor(tsconfig.json): allowSyntheticDefaultImports is removed
1 parent 9648005 commit d2c2a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compilerOptions": {
33
"declaration": true,
44
"esModuleInterop": true,
5-
"allowSyntheticDefaultImports": true,
65
"jsx": "react-jsx",
76
"lib": ["ESNext", "dom"],
87
"module": "NodeNext",

0 commit comments

Comments
 (0)