{ "compilerOptions": { "target": "ES2020", "module": "commonjs", "moduleResolution": "node", "outDir": "dist", "rootDir": "src", "strict": true, // #101. Indexing an array gives `T | undefined`, which is what it always // was — this makes the compiler say so. Only worth having once query rows // carry real types (#159): before that `rows[0]` was `any`, and `any` // indexes to `any`, so there was nothing for this to check. "noUncheckedIndexedAccess": true, "esModuleInterop": true, "skipLibCheck": true, "resolveJsonModule": true }, "include": ["src"] }