Files
Mana-Loop/tsconfig-check.json
T
Refactoring Agent bb8edaf57a
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m42s
fix: complete remaining tab migrations, fix LeftPanel ghost fields, remove backup files
2026-05-04 16:52:43 +02:00

6 lines
135 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/app/components/LeftPanel.tsx"],
"exclude": ["node_modules", "src/components"]
}