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