Files
TERES_web_frontend/tsconfig.json

13 lines
249 B
JSON
Raw Permalink Normal View History

2025-10-09 15:59:50 +08:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" },
{ "path": "./packages/iframe-bridge/tsconfig.json" }
],
// exclude rag_web_core/**/*
"exclude": [
"ragflow_web/**"
]
2025-10-09 15:59:50 +08:00
}