File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -459,18 +459,11 @@ classes in NodeJS).
459459npm install axios --save-dev
460460npm install cross-blob@2.x --save-dev
461461npm install form-data@4.x --save-dev
462- npm install node-fetch@2.x --save-dev
463462```
464463
465464In order to compile the project and resolve the imports, you will need to enable the ` allowSyntheticDefaultImports `
466465in your ` tsconfig.json ` file.
467466
468- ``` json
469- {
470- "allowSyntheticDefaultImports" : true
471- }
472- ```
473-
474467
475468### Node-Fetch support
476469By default, this tool will generate a client that is compatible with the (browser based) Fetch API.
@@ -496,12 +489,6 @@ npm install node-fetch@2.x --save-dev
496489In order to compile the project and resolve the imports, you will need to enable the ` allowSyntheticDefaultImports `
497490in your ` tsconfig.json ` file.
498491
499- ``` json
500- {
501- "allowSyntheticDefaultImports" : true
502- }
503- ```
504-
505492
506493[ npm-url ] : https://npmjs.org/package/openapi-typescript-codegen
507494[ npm-image ] : https://img.shields.io/npm/v/openapi-typescript-codegen.svg
Original file line number Diff line number Diff line change 11{
22 "name" : " openapi-typescript-codegen" ,
3- "version" : " 0.12.0 " ,
3+ "version" : " 0.12.1 " ,
44 "description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
55 "author" : " Ferdi Koomen" ,
66 "homepage" : " https://github.com/ferdikoomen/openapi-typescript-codegen" ,
You can’t perform that action at this time.
0 commit comments