mirror of
https://github.com/langgenius/dify.git
synced 2026-05-31 14:16:23 +08:00
19 lines
281 B
JSON
19 lines
281 B
JSON
{
|
|
"extends": "@dify/tsconfig/node.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"vitest/globals"
|
|
],
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"vite.config.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|