tangled
alpha
login
or
join now
mokkenstorm.dev
/
openapi-ts
0
fork
atom
fork of hey-api/openapi-ts because I need some additional things
0
fork
atom
overview
issues
pulls
pipelines
chore: update Angular example
Lubos
9 months ago
d13d490a
a95ec86d
+2
-2
1 changed file
expand all
collapse all
unified
split
examples
openapi-ts-tanstack-angular-query-experimental
tsconfig.json
+2
-2
examples/openapi-ts-tanstack-angular-query-experimental/tsconfig.json
···
7
7
"strict": true,
8
8
"noImplicitOverride": true,
9
9
"noPropertyAccessFromIndexSignature": true,
10
10
-
"noImplicitReturns": true,
10
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
22
-
"lib": ["ES2022", "dom"]
22
22
+
"lib": ["ES2022", "dom", "dom.iterable"]
23
23
},
24
24
"angularCompilerOptions": {
25
25
"enableI18nLegacyMessageIdFormat": false,