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 a3463b2 commit c408208Copy full SHA for c408208
tsconfig.json
@@ -28,7 +28,7 @@
28
"exactOptionalPropertyTypes": false,
29
"sourceMap": true,
30
"composite": true, // needed for tsBuildInfoFile
31
- "tsBuildInfoFile": "./node_modules/.cache/tsbuild",
+ "tsBuildInfoFile": "./node_modules/.cache/tsbuild", // avoid dumping it into root
32
"types": [
33
"vitest/globals",
34
"./web_src/js/globals.d.ts",
0 commit comments