Files
Trilium/apps/icon-pack-builder/tsconfig.json

16 lines
210 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.base.json",
"include": [],
"references": [
{
"path": "../server"
},
{
"path": "../client"
},
{
"path": "./tsconfig.app.json"
}
]
}