mirror of
https://github.com/zadam/trilium.git
synced 2026-09-12 19:50:20 +05:00
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>
26 lines
424 B
JSON
26 lines
424 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/ckeditor5"
|
|
},
|
|
{
|
|
"path": "../../packages/turndown-plugin-gfm"
|
|
},
|
|
{
|
|
"path": "../../packages/commons"
|
|
},
|
|
{
|
|
"path": "../../packages/trilium-core"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|