Skip to content

Commit

Permalink
add ts-node compiler options (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay authored Apr 16, 2024
1 parent 64c09e0 commit 157c6ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
},
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand Down

0 comments on commit 157c6ef

Please sign in to comment.