Skip to content

Commit 11df2f4

Browse files
committed
exclude tsbuildinfo
1 parent 2100341 commit 11df2f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.submodules/config/configs.jsonc

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"editor.codeActionsOnSave": {
5757
"source.organizeImports": "never",
5858
"source.fixAll.eslint": "always"
59+
},
60+
"files.exclude": {
61+
"**/*.tsbuildinfo": true
5962
}
6063
},
6164
"launch": {

0 commit comments

Comments
 (0)