trilium/apps/client/tsconfig.json
Elian Doran 84f333a76a
chore(client): remove unused @triliumnext/share-theme dependency
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>
2026-06-22 20:37:39 +03:00

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"
}
]
}