mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-07-31 01:55:58 -04:00
* feat(desktop): add app foundation refactor(desktop): slim app foundation * refactor: pr feedbacks
10 lines
213 B
JSON
10 lines
213 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["electron/**/*", "scripts/**/*", "vite.*.config.ts"],
|
|
"compilerOptions": {
|
|
"types": ["bun", "node", "electron"],
|
|
"rootDirs": ["../.."],
|
|
"noEmit": true
|
|
}
|
|
}
|