mirror of
https://mirror.skon.top/github.com/langgenius/dify.git
synced 2026-04-20 15:20:15 +08:00
11 lines
302 B
JSON
11 lines
302 B
JSON
{
|
|
"extends": "@dify/tsconfig/react.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"types": ["vitest/globals", "@testing-library/jest-dom"],
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true
|
|
},
|
|
"include": ["src", "tests", ".storybook", "tailwind.config.ts", "vite.config.ts"]
|
|
}
|