Skip to content

Commit

Permalink
Enable verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Jan 17, 2025
1 parent 41f3a48 commit 1664421
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 @@ -7,7 +7,8 @@
"moduleResolution": "NodeNext",
"declaration": true,
"sourceMap": true,
"strict": true
"strict": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"],
Expand Down

0 comments on commit 1664421

Please sign in to comment.