Skip to content

Commit 4681120

Browse files
authored
Update tsconfig.json
1 parent f87e5ef commit 4681120

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"emitDeclarationOnly": true,
88
"esModuleInterop": true,
99
"forceConsistentCasingInFileNames": true,
10-
"importsNotUsedAsValues": "preserve",
1110
"isolatedModules": true,
1211
"jsx": "react-jsx",
1312
"lib": ["ES2020"],
@@ -23,6 +22,7 @@
2322
"skipLibCheck": true,
2423
"sourceMap": true,
2524
"strict": true,
26-
"target": "ES2020"
25+
"target": "ES2020",
26+
"verbatimModuleSyntax": true
2727
}
2828
}

0 commit comments

Comments
 (0)