Skip to content

Commit

Permalink
Add ts-node specific options to tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Oct 10, 2023
1 parent 59ea6e5 commit 8789ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
],
"typeAcquisition": {
"enable": true
},
"ts-node": {
"transpileOnly": true
}
}

0 comments on commit 8789ded

Please sign in to comment.