Skip to content

Commit f2eba15

Browse files
committed
revert tsconfig changes and just .gitignore the file
1 parent c408208 commit f2eba15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ _testmain.go
2828
*.exe
2929
*.test
3030
*.prof
31+
*.tsbuildInfo
3132

3233
*coverage.out
3334
coverage.all

tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
"noPropertyAccessFromIndexSignature": false,
2828
"exactOptionalPropertyTypes": false,
2929
"sourceMap": true,
30-
"composite": true, // needed for tsBuildInfoFile
31-
"tsBuildInfoFile": "./node_modules/.cache/tsbuild", // avoid dumping it into root
3230
"types": [
3331
"vitest/globals",
3432
"./web_src/js/globals.d.ts",

0 commit comments

Comments
 (0)