mirror of
https://github.com/zadam/trilium.git
synced 2025-09-20 05:25:53 +08:00
19 lines
289 B
JSON
19 lines
289 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "../server"
|
|
},
|
|
{
|
|
"path": "../../packages/commons"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.forge.json"
|
|
}
|
|
]
|
|
}
|