"update tsconfig patterns and compiler options across all projects"

This commit is contained in:
louiscklaw
2025-06-15 12:08:17 +08:00
parent 02058981bf
commit 1216bef8f8
5 changed files with 30 additions and 30 deletions

View File

@@ -6,8 +6,8 @@
"allowSyntheticDefaultImports": true
},
"exclude": [
"**/* copy *.tsx",
"**/* copy.tsx",
"**/* copy *.*",
"**/* copy.*",
"**/*.bak",
"**/*.bak",
"**/*.bug",
@@ -16,5 +16,8 @@
"**/*.log",
"**/*.tmp",
"**/*del"
], "include": ["vite.config.ts"]
],
"include": [
"vite.config.ts"
]
}