exclude test file in tsc

This commit is contained in:
lyzno1 2025-10-30 17:39:02 +08:00
parent 14ad800967
commit ceb6a09387
No known key found for this signature in database
1 changed files with 6 additions and 1 deletions

View File

@ -40,6 +40,11 @@
"app/components/develop/Prose.jsx"
],
"exclude": [
"node_modules"
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"**/*.spec.ts",
"**/*.spec.tsx",
"__tests__/**"
]
}