We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
transpileOnly
1 parent 6164181 commit f9db6cbCopy full SHA for f9db6cb
tsconfig.json
@@ -7,5 +7,8 @@
7
"strict": true,
8
"skipLibCheck": true,
9
"resolveJsonModule": true
10
+ },
11
+ "ts-node": {
12
+ "transpileOnly": true
13
}
14
0 commit comments