"update tsconfig.json exclusion patterns for build optimization"

This commit is contained in:
louiscklaw
2025-05-11 16:31:50 +08:00
parent 1003fa699c
commit ba7682e7cb

View File

@@ -40,16 +40,15 @@
"node_modules", "node_modules",
".next", ".next",
// //
"**/*del",
"**/*plan",
"**/*.bak",
"*.bak",
"*.log",
"*.tmp",
"*.bug",
"*.del",
"*.draft",
"**/* copy *.tsx", "**/* copy *.tsx",
"**/* copy.tsx" "**/* copy.tsx",
"**/*.bak",
"**/*.bak",
"**/*.bug",
"**/*.del",
"**/*.draft",
"**/*.log",
"**/*.tmp",
"**/*del",
] ]
} }