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 bc3ce2f commit a0ac03a
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 @@ -8,7 +8,8 @@
"declaration": true,
"noImplicitThis": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit a0ac03a

Please sign in to comment.