data-peek/apps/desktop/tsconfig.json

11 lines
214 B
JSON
Raw Normal View History

2025-11-26 10:23:53 +00:00
{
"files": [],
2025-11-26 10:33:47 +00:00
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/renderer/src/*"]
}
}
2025-11-26 10:23:53 +00:00
}