Skip to content

Commit c408208

Browse files
authored
Update tsconfig.json
1 parent a3463b2 commit c408208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"exactOptionalPropertyTypes": false,
2929
"sourceMap": true,
3030
"composite": true, // needed for tsBuildInfoFile
31-
"tsBuildInfoFile": "./node_modules/.cache/tsbuild",
31+
"tsBuildInfoFile": "./node_modules/.cache/tsbuild", // avoid dumping it into root
3232
"types": [
3333
"vitest/globals",
3434
"./web_src/js/globals.d.ts",

0 commit comments

Comments
 (0)