Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
feat: add verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
rtritto committed Dec 3, 2024
1 parent 4dc7e85 commit 35d7e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ESNext"
"target": "ESNext",
"verbatimModuleSyntax": true
},
"exclude": [
".github",
Expand Down

0 comments on commit 35d7e9c

Please sign in to comment.