Scripted multi-client harness against a real server (~110 scenario tests, server-control, managed-websocket, test-runner). Wires the new package into frontend/package.json workspaces and the lint script. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 lines
270 B
JSON
12 lines
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"strict": true,
|
|
"target": "ES2022",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"lib": ["DOM", "ES2024"],
|
|
"moduleResolution": "node"
|
|
},
|
|
"exclude": ["./dist"]
|
|
}
|