Skip to content

Commit

Permalink
False verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phocks committed Dec 5, 2023
1 parent b8eb5c2 commit 1d46f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"allowSyntheticDefaultImports": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": false,
"resolveJsonModule": true,
"isolatedModules": true,
"strictNullChecks": true
Expand Down

0 comments on commit 1d46f1f

Please sign in to comment.