mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +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"]
|
|
}
|