This repository has been archived on 2025-07-20. You can view files and clone it, but cannot push or open issues or pull requests.
fediswald/apps/backend/tsconfig.json

11 lines
147 B
JSON
Raw Permalink Normal View History

2025-03-31 09:17:18 +03:00
{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.app.json"
}
]
}