We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52777eb commit 124802aCopy full SHA for 124802a
tsconfig.json
@@ -2,5 +2,8 @@
2
"extends": "./tsconfig.base.json",
3
"compilerOptions": {
4
"resolveJsonModule": true
5
+ },
6
+ "ts-node": {
7
+ "transpileOnly": true
8
}
9
0 commit comments