We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95ec86 commit d13d490Copy full SHA for d13d490
examples/openapi-ts-tanstack-angular-query-experimental/tsconfig.json
@@ -7,7 +7,7 @@
7
"strict": true,
8
"noImplicitOverride": true,
9
"noPropertyAccessFromIndexSignature": true,
10
- "noImplicitReturns": true,
+ "noImplicitReturns": false,
11
"noFallthroughCasesInSwitch": true,
12
"skipLibCheck": true,
13
"isolatedModules": true,
@@ -19,7 +19,7 @@
19
"importHelpers": true,
20
"target": "ES2022",
21
"module": "ES2022",
22
- "lib": ["ES2022", "dom"]
+ "lib": ["ES2022", "dom", "dom.iterable"]
23
},
24
"angularCompilerOptions": {
25
"enableI18nLegacyMessageIdFormat": false,
0 commit comments