We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3db40e commit bd75b19Copy full SHA for bd75b19
client/tsconfig.json
@@ -7,7 +7,9 @@
7
"rootDir": "src",
8
"lib": [ "ES2023" ],
9
"sourceMap": true,
10
- "tsBuildInfoFile": "out/compile.tsbuildinfo"
+ "tsBuildInfoFile": "out/compile.tsbuildinfo",
11
+ "incremental": true,
12
+ "composite": true
13
},
14
"include": [
15
"src"
server/tsconfig.json
@@ -8,7 +8,9 @@
"outDir": "out",
16
0 commit comments