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 c408208 commit f2eba15Copy full SHA for f2eba15
.gitignore
@@ -28,6 +28,7 @@ _testmain.go
28
*.exe
29
*.test
30
*.prof
31
+*.tsbuildInfo
32
33
*coverage.out
34
coverage.all
tsconfig.json
@@ -27,8 +27,6 @@
27
"noPropertyAccessFromIndexSignature": false,
"exactOptionalPropertyTypes": false,
"sourceMap": true,
- "composite": true, // needed for tsBuildInfoFile
- "tsBuildInfoFile": "./node_modules/.cache/tsbuild", // avoid dumping it into root
"types": [
"vitest/globals",
"./web_src/js/globals.d.ts",
0 commit comments