mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 23:49:00 +01:00
16 lines
210 B
JSON
16 lines
210 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [],
|
|
"references": [
|
|
{
|
|
"path": "../server"
|
|
},
|
|
{
|
|
"path": "../client"
|
|
},
|
|
{
|
|
"path": "./tsconfig.app.json"
|
|
}
|
|
]
|
|
}
|