Skip to content
This repository was archived by the owner on Dec 7, 2024. It is now read-only.

Commit a45be1b

Browse files
committed
feat: add verbatimModuleSyntax
1 parent 55ccbec commit a45be1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"resolveJsonModule": true,
2424
"skipLibCheck": true,
2525
"strict": true,
26-
"target": "ESNext"
26+
"target": "ESNext",
27+
"verbatimModuleSyntax": true
2728
},
2829
"exclude": [
2930
".github",

0 commit comments

Comments
 (0)