Files
weirsoe-party-protocol/frontend/tsconfig.json
DEV-bot ea8954e702
All checks were successful
CI / test-and-quality (push) Successful in 2m6s
CI / test-and-quality (pull_request) Successful in 2m11s
feat(spa): add lobby-join-start vertical slice controller
2026-03-01 11:13:48 +00:00

13 lines
261 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"skipLibCheck": true,
"lib": ["ES2022", "DOM"],
"types": ["vitest/globals", "node"]
},
"include": ["src", "tests"]
}