Files
Trilium/apps/client/tsconfig.json

29 lines
470 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
2025-05-18 15:16:53 +03:00
{
2025-06-09 22:31:14 +03:00
"path": "../../packages/share-theme"
2025-05-18 15:16:53 +03:00
},
{
2025-06-09 22:31:14 +03:00
"path": "../../packages/highlightjs"
},
2025-04-22 22:29:00 +03:00
{
"path": "../../packages/commons"
},
2025-06-09 22:31:14 +03:00
{
"path": "../../packages/codemirror"
},
2025-05-10 19:10:30 +03:00
{
"path": "../../packages/ckeditor5"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}