ente/web/apps/staff/tsconfig.json

6 lines
135 B
JSON
Raw Normal View History

2024-04-04 09:45:50 +00:00
{
"extends": "@/build-config/tsconfig-vite.json",
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}