Files
zeroone/tsconfig.json
Robert Kossessa 7b67516125 UPD: Migrate to electron-vite
Delete your node_modules. Use pnpm from now on.
2024-03-01 19:45:18 +01:00

11 lines
209 B
JSON

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