Skip to content

Commit dc0f88e

Browse files
committed
ts-node shouldn't try and compile things
1 parent 3545f5f commit dc0f88e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ts-node": {
3-
"experimentalResolver": true
3+
"experimentalResolver": true,
4+
"transpileOnly": true
45
},
56
"extends": "@tsconfig/node20/tsconfig.json",
67
"compilerOptions": {

0 commit comments

Comments
 (0)