Skip to content

Commit 1185b50

Browse files
committed
add comment
1 parent 97f7103 commit 1185b50

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
@@ -27,7 +27,7 @@
2727
"noPropertyAccessFromIndexSignature": false,
2828
"exactOptionalPropertyTypes": false,
2929
"sourceMap": true,
30-
"composite": true,
30+
"composite": true, // needed for tsBuildInfoFile
3131
"tsBuildInfoFile": "./node_modules/.cache/tsbuild",
3232
"types": [
3333
"vitest/globals",

0 commit comments

Comments
 (0)