mirror of
https://github.com/zadam/trilium.git
synced 2026-09-14 11:06:04 +05:00
The client never imports share-theme; the share theme is rendered server-side for published notes (built and copied by the server build via the root prepare script). Drop the dependency along with its two spurious TS project references in tsconfig.json and tsconfig.app.json. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
414 B
JSON
26 lines
414 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/highlightjs"
|
|
},
|
|
{
|
|
"path": "../../packages/commons"
|
|
},
|
|
{
|
|
"path": "../../packages/codemirror"
|
|
},
|
|
{
|
|
"path": "../../packages/ckeditor5"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|