mirror of
https://github.com/dohooo/helmor.git
synced 2026-09-22 16:40:02 +08:00
bf28b4756c
Adds the minimum plumbing to run the Helmor React shell in plain WebKit with every @tauri-apps/* module aliased to a browser-safe stub so specs can exercise real UI without a Rust backend. First spec covers the workspace sidebar collapse/expand round-trip as a boot-smoke check. https://claude.ai/code/session_013mc2XxhAdCxqafLseVeWN3
11 lines
246 B
JSON
11 lines
246 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts", "vite.e2e.config.ts", "playwright.config.ts"]
|
|
}
|