{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "target": "ES2022", "moduleResolution": "bundler", "strict": true, "skipLibCheck": true, "noUncheckedIndexedAccess": true, "exactOptionalPropertyTypes": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "allowImportingTsExtensions": false } }