Skip to content

Commit fbce148

Browse files
committed
cli: turn on verbatimModuleSyntax
1 parent e136da3 commit fbce148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)