mirror of
https://github.com/langgenius/dify.git
synced 2026-07-20 09:38:32 +08:00
16 lines
368 B
JSON
16 lines
368 B
JSON
{
|
|
"extends": "@dify/tsconfig/react.json",
|
|
"compilerOptions": {
|
|
"types": ["vite-plus/test/globals", "vite-plus/test/matchers"]
|
|
},
|
|
"include": [
|
|
".storybook/**/*.ts",
|
|
".storybook/**/*.tsx",
|
|
"src/**/*.ts",
|
|
"src/**/*.tsx",
|
|
"vite.config.ts",
|
|
"vitest.config.ts"
|
|
],
|
|
"exclude": ["node_modules", "dist", "storybook-static", "coverage"]
|
|
}
|