fork of hey-api/openapi-ts because I need some additional things

chore: update Angular example

Lubos ​ d13d490a a95ec86d

+2 -2
+2 -2
examples/openapi-ts-tanstack-angular-query-experimental/tsconfig.json
··· 7 7 "strict": true, 8 8 "noImplicitOverride": true, 9 9 "noPropertyAccessFromIndexSignature": true, 10 - "noImplicitReturns": true, 10 + "noImplicitReturns": false, 11 11 "noFallthroughCasesInSwitch": true, 12 12 "skipLibCheck": true, 13 13 "isolatedModules": true, ··· 19 19 "importHelpers": true, 20 20 "target": "ES2022", 21 21 "module": "ES2022", 22 - "lib": ["ES2022", "dom"] 22 + "lib": ["ES2022", "dom", "dom.iterable"] 23 23 }, 24 24 "angularCompilerOptions": { 25 25 "enableI18nLegacyMessageIdFormat": false,