mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 08:46:31 +08:00
exclude test file in tsc
This commit is contained in:
parent
14ad800967
commit
ceb6a09387
@ -40,6 +40,11 @@
|
||||
"app/components/develop/Prose.jsx"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx",
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.tsx",
|
||||
"__tests__/**"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user