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 a20077e commit d69d576Copy full SHA for d69d576
tsconfig.json
@@ -15,7 +15,7 @@
15
"allowSyntheticDefaultImports": true,
16
"alwaysStrict": true,
17
"esModuleInterop": true,
18
- "incremental": false,
+ "tsBuildInfoFile": "./node_modules/.cache/tsbuild",
19
"isolatedModules": true,
20
"noEmit": true,
21
"resolveJsonModule": true,
0 commit comments