modify tsconfig files to improve IDE performance

This commit is contained in:
Hazelnoot 2025-09-24 01:24:17 -04:00
parent 6eb58741e8
commit 7ab94bef3b
6 changed files with 23 additions and 14 deletions

View file

@ -8,10 +8,17 @@
"allowJs": true,
"checkJs": true
},
"include": [
"./**/*.js"
],
"exclude": [
"node_modules",
"jspm_packages",
"tmp",
"temp"
"./built",
"./jspm_packages",
"./tmp",
"./temp",
"./test",
"./test-federation",
"./test-server"
]
}