trilium/apps/client/tsconfig.json
2025-06-09 22:31:14 +03:00

29 lines
470 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "../../packages/share-theme"
},
{
"path": "../../packages/highlightjs"
},
{
"path": "../../packages/commons"
},
{
"path": "../../packages/codemirror"
},
{
"path": "../../packages/ckeditor5"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}