A Tauri 2 shell with one child webview per configured tool. Nav on the left with groups and a collapsible icon rail; links between configured apps switch tabs, everything else leaves for the real browser. Design spec in docs/superpowers/specs/2026-09-01-work-app-design.md.
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./node_modules/.tmp"
|
|
},
|
|
"include": [
|
|
"vite.config.ts"
|
|
]
|
|
}
|