Notes/tsconfig.json

11 lines
151 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 14:38:57 +03:00
}