Fixed-step world runtime, event bus wire protocol between lanes, integration seam (game.ts) with placeholder ball. Lanes A/B/C own disjoint dirs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
15 lines
299 B
JSON
15 lines
299 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"noUnusedLocals": false,
|
|
"skipLibCheck": true,
|
|
"isolatedModules": true,
|
|
"lib": ["ES2022", "DOM"],
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src"]
|
|
}
|