{ "extends": [ "@tsconfig/strictest/tsconfig.json", "@tsconfig/node20/tsconfig.json" ], "compilerOptions": { "allowSyntheticDefaultImports": true, "outDir": "dist", "module": "ESNext", "moduleResolution": "Bundler", "noImplicitAny": false, "noPropertyAccessFromIndexSignature": false /* makes code more complex */ }, "exclude": ["node_modules/", "**/__mocks__/*", "dist/", "coverage/", "html/"] }