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