Skip to content

Commit d13d490

Browse files
author
Lubos ​
committed
chore: update Angular example
1 parent a95ec86 commit d13d490

File tree

1 file changed

+2
-2
lines changed
  • examples/openapi-ts-tanstack-angular-query-experimental

1 file changed

+2
-2
lines changed

examples/openapi-ts-tanstack-angular-query-experimental/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"strict": true,
88
"noImplicitOverride": true,
99
"noPropertyAccessFromIndexSignature": true,
10-
"noImplicitReturns": true,
10+
"noImplicitReturns": false,
1111
"noFallthroughCasesInSwitch": true,
1212
"skipLibCheck": true,
1313
"isolatedModules": true,
@@ -19,7 +19,7 @@
1919
"importHelpers": true,
2020
"target": "ES2022",
2121
"module": "ES2022",
22-
"lib": ["ES2022", "dom"]
22+
"lib": ["ES2022", "dom", "dom.iterable"]
2323
},
2424
"angularCompilerOptions": {
2525
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)