Skip to content

Commit f9db6cb

Browse files
committed
build(ts-node): enable the transpileOnly mode by default
1 parent 6164181 commit f9db6cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"strict": true,
88
"skipLibCheck": true,
99
"resolveJsonModule": true
10+
},
11+
"ts-node": {
12+
"transpileOnly": true
1013
}
1114
}

0 commit comments

Comments
 (0)