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 f4f5c88 commit 1875df0
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 @@ -6,7 +6,8 @@
"lib": ["ESNext", "ESNext.Disposable"],
"moduleResolution": "NodeNext",
"declaration": true,
"strict": true
"strict": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 1875df0

Please sign in to comment.