trilium/apps/edit-docs/tsconfig.json
2025-05-02 23:17:11 +03:00

17 lines
226 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "../desktop"
},
{
"path": "../client"
},
{
"path": "./tsconfig.app.json"
}
]
}