data-peek/apps/desktop/tsconfig.json
2025-11-26 16:03:47 +05:30

10 lines
214 B
JSON

{
"files": [],
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/renderer/src/*"]
}
}
}