mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:38:35 +08:00
chore(nx): sync tsconfig
This commit is contained in:
parent
3bd2d865df
commit
ddda222eee
2 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,9 @@
|
|||
"eslint.config.mjs"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../server/tsconfig.app.json"
|
||||
},
|
||||
{
|
||||
"path": "../desktop/tsconfig.app.json"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@
|
|||
"files": [],
|
||||
"include": [],
|
||||
"references": [
|
||||
{
|
||||
"path": "../server"
|
||||
},
|
||||
{
|
||||
"path": "../desktop"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue