Files
dohooo__helmor/tsconfig.node.json
Claude bf28b4756c test(e2e): scaffold Playwright + WebKit harness with mocked Tauri IPC
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
2026-04-18 04:34:08 +00:00

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"]
}