Skip to content

Commit 746d3f5

Browse files
committed
new: Enable verbatimModuleSyntax option.
1 parent 49216a2 commit 746d3f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/tsconfig/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"skipLibCheck": true,
2525
"sourceMap": false,
2626
"strict": true,
27-
"target": "es2022"
27+
"target": "es2022",
28+
"verbatimModuleSyntax": true
2829
}
2930
}

0 commit comments

Comments
 (0)