Skip to content

Commit 6daf3e8

Browse files
committed
1 parent 8110986 commit 6daf3e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"skipLibCheck": true,
2121
"noEmit": true,
2222
"allowJs": true,
23-
"forceConsistentCasingInFileNames": true
23+
"forceConsistentCasingInFileNames": true,
24+
"verbatimModuleSyntax": true
2425
},
2526
"ts-node": {
2627
"require": ["tsconfig-paths/register"]

0 commit comments

Comments
 (0)