mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"module": "commonjs",
|
|
"outDir": "dist-electron",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["electron/**/*"]
|
|
}
|