Files
Trilium/apps/build-docs/tsconfig.json

16 lines
210 B
JSON
Raw Normal View History

2025-11-01 22:42:27 +02:00
{
"extends": "../../tsconfig.base.json",
"include": [],
"references": [
{
"path": "../server"
},
{
"path": "../client"
},
{
"path": "./tsconfig.app.json"
}
]
}