Skip to content

Commit e3c4a1d

Browse files
committed
update
1 parent 65fd40f commit e3c4a1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/configs/typescript-fetch-with-npm-version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ additionalProperties:
77
npmName: '@openapitools/typescript-fetch-petstore'
88
npmRepository: https://skimdb.npmjs.com/registry
99
snapshot: false
10-
ignoreDeprecations: true
10+
ignoreDeprecations: "5.0"

modules/openapi-generator/src/main/resources/typescript-fetch/tsconfig.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"declaration": true,
44
"target": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}es5{{/supportsES6}}",
55
{{#ignoreDeprecations}}
6-
"ignoreDeprecations": "{{#supportsES6}}6.0{{/supportsES6}}{{^supportsES6}}5.0{{/supportsES6}}",
6+
"ignoreDeprecations": "{{{.}}}",
77
{{/ignoreDeprecations}}
88
{{#sagasAndRecords}}
99
"strict": true,

0 commit comments

Comments
 (0)