mirror of https://github.com/langgenius/dify.git
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