Files
weirsoe-party-protocol/frontend/tsconfig.json
DEV-bot 3253f4d343
All checks were successful
CI / test-and-quality (pull_request) Successful in 2m8s
CI / test-and-quality (push) Successful in 2m15s
feat(i18n): share lobby message catalog across frontend/backend
2026-03-01 15:07:47 +00:00

14 lines
317 B
JSON

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