Skip to content

Commit 481c061

Browse files
committed
cli: turn on verbatimModuleSyntax
1 parent 5434933 commit 481c061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"noUnusedLocals": true,
2121
"noUnusedParameters": false,
2222
"noUncheckedIndexedAccess": false,
23-
"verbatimModuleSyntax": false,
23+
"verbatimModuleSyntax": true,
2424
"sourceMap": true,
2525
"outDir": "dist",
2626
"pretty": true,

0 commit comments

Comments
 (0)