Notes/tsconfig.json

17 lines
254 B
JSON
Raw Normal View History

2025-04-22 14:38:57 +03:00
{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./packages/commons"
2025-04-22 15:20:41 +03:00
},
{
"path": "./packages/turndown-plugin-gfm"
},
{
"path": "./apps/server"
}
]
2025-04-22 14:38:57 +03:00
}