{ "compilerOptions": { "target": "es2022", "module": "CommonJS", "allowJs": true, "strict": true, "forceConsistentCasingInFileNames": true, "esModuleInterop": true, "resolveJsonModule": true, "noEmit": true, "noUncheckedIndexedAccess": true, "skipLibCheck": true /* This should only be necessary while migrating to vitest, once we're done with that migration we can move to ESM and *hopefully* get rid of this */ } }