trilium/tsconfig.json
Elian Doran e0aa90ee8e
chore: remove the express-partial-content package
Nothing imports it any more: its only two consumers were the open-partial
routes, which now run the transport-neutral range handler in core so that
standalone gets them too.

Drops the package along with its workspace dependency, three tsconfig
project references, its CI test and Codecov steps, the coverage flag, the
Nix components entry and the two monorepo structure listings.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-07 19:17:58 +03:00

65 lines
1018 B
JSON

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./packages/commons"
},
{
"path": "./packages/turndown-plugin-gfm"
},
{
"path": "./apps/server"
},
{
"path": "./packages/trilium-e2e"
},
{
"path": "./apps/client"
},
{
"path": "./apps/build-docs"
},
{
"path": "./apps/desktop"
},
{
"path": "./apps/website"
},
{
"path": "./apps/web-clipper"
},
{
"path": "./apps/dump-db"
},
{
"path": "./apps/edit-docs"
},
{
"path": "./apps/db-compare"
},
{
"path": "./packages/ckeditor5"
},
{
"path": "./packages/codemirror"
},
{
"path": "./packages/highlightjs"
},
{
"path": "./packages/share-theme"
},
{
"path": "./packages/pdfjs-viewer"
},
{
"path": "./scripts"
},
{
"path": "./apps/script-deployer"
}
]
}