Skip to content

Commit c881843

Browse files
Stop server leakage into client
1 parent 6dd0410 commit c881843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Bundler mode
1212
"moduleResolution": "bundler",
1313
"allowImportingTsExtensions": true,
14-
"verbatimModuleSyntax": true,
14+
"verbatimModuleSyntax": false,
1515
"noEmit": true,
1616

1717
// Best practices

0 commit comments

Comments
 (0)