Skip to content

Commit

Permalink
chore(build): enable transpileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
ilharp committed Dec 27, 2022
1 parent f57e1c2 commit 9c4df21
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 @@ -10,6 +10,7 @@
"strict": true,
},
"ts-node": {
"files": true
"files": true,
"transpileOnly": true,
}
}

0 comments on commit 9c4df21

Please sign in to comment.