fork of hey-api/openapi-ts because I need some additional things
1/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
2/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
3{
4 "compileOnSave": false,
5 "compilerOptions": {
6 "outDir": "./dist/out-tsc",
7 "strict": true,
8 "noImplicitOverride": true,
9 "noPropertyAccessFromIndexSignature": true,
10 "noImplicitReturns": false,
11 "noFallthroughCasesInSwitch": true,
12 "skipLibCheck": true,
13 "isolatedModules": true,
14 "esModuleInterop": true,
15 "sourceMap": true,
16 "declaration": false,
17 "experimentalDecorators": true,
18 "moduleResolution": "bundler",
19 "importHelpers": true,
20 "target": "ES2022",
21 "module": "ES2022",
22 "lib": ["ES2022", "dom", "dom.iterable"]
23 },
24 "angularCompilerOptions": {
25 "enableI18nLegacyMessageIdFormat": false,
26 "strictInjectionParameters": true,
27 "strictInputAccessModifiers": true,
28 "strictTemplates": true
29 }
30}