Notes/apps/server/tsconfig.json

26 lines
435 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "../../packages/ckeditor5"
},
2025-04-22 17:21:51 +03:00
{
"path": "../../packages/turndown-plugin-gfm"
},
{
"path": "../../packages/express-partial-content"
},
2025-04-22 17:21:51 +03:00
{
"path": "../../packages/commons"
},
{
"path": "./tsconfig.app.json"
2025-04-28 08:26:13 +03:00
},
{
"path": "./tsconfig.spec.json"
}
]
}