Skip to content

Commit 0a6f896

Browse files
committed
compileOnly true for server tsconfig
1 parent 9d9a5bf commit 0a6f896

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

server/tsconfig.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@
66
"ts-node": {
77
// It is faster to skip typechecking.
88
// Remove if you want ts-node to do typechecking.
9-
"transpileOnly": true,
10-
11-
"files": true,
12-
13-
"compilerOptions": {
14-
// compilerOptions specified here will override those declared below,
15-
// but *only* in ts-node. Useful if you want ts-node and tsc to use
16-
// different options with a single tsconfig.json.
17-
}
18-
},
19-
"compilerOptions": {
20-
// typescript options here
9+
"transpileOnly": true
2110
}
2211
}

0 commit comments

Comments
 (0)