mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
25 lines
565 B
JSON
25 lines
565 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{ "path": "../loot-core/tsconfig.json" }],
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@desktop-client/*": ["./src/*"],
|
|
"loot-core/*": ["../loot-core/src/*"],
|
|
"loot-core/globals": ["../loot-core/globals.d.ts"]
|
|
},
|
|
"composite": true,
|
|
"outDir": "build",
|
|
"tsBuildInfoFile": "build/.desktop-client.tsbuildinfo"
|
|
},
|
|
"exclude": [
|
|
"build",
|
|
"build-electron",
|
|
"build-stats",
|
|
"locale",
|
|
"logs",
|
|
"node_modules",
|
|
"playwright-report",
|
|
"test-results"
|
|
]
|
|
}
|