mirror of
https://github.com/langgenius/dify.git
synced 2026-05-09 03:01:29 -04:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
9 lines
248 B
JSON
9 lines
248 B
JSON
{
|
|
"extends": "@dify/tsconfig/react.json",
|
|
"compilerOptions": {
|
|
"types": ["vite-plus/test/globals"]
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.tsx", "vite.config.ts"],
|
|
"exclude": ["node_modules", "dist", "storybook-static", "coverage"]
|
|
}
|