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 97f7103 commit 1185b50Copy full SHA for 1185b50
tsconfig.json
@@ -27,7 +27,7 @@
27
"noPropertyAccessFromIndexSignature": false,
28
"exactOptionalPropertyTypes": false,
29
"sourceMap": true,
30
- "composite": true,
+ "composite": true, // needed for tsBuildInfoFile
31
"tsBuildInfoFile": "./node_modules/.cache/tsbuild",
32
"types": [
33
"vitest/globals",
0 commit comments