Skip to content

Commit

Permalink
build(tsconfig): use verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Nov 20, 2024
1 parent bdfcdbe commit cb4f3f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"noEmit": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"ignoreDeprecations": "5.0",
"importsNotUsedAsValues": "error",
"verbatimModuleSyntax": true,
"isolatedModules": true,
"target": "ESNext",
"module": "ESNext",
Expand Down

0 comments on commit cb4f3f1

Please sign in to comment.