mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Added strict function types and comments in result
This commit is contained in:
parent
af3a845623
commit
82b8513835
@ -34,6 +34,7 @@
|
||||
],
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"bin": {
|
||||
"openapi": "bin/index.js"
|
||||
},
|
||||
|
||||
@ -18,7 +18,9 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"strictNullChecks": true,
|
||||
"strictFunctionTypes": true,
|
||||
"importHelpers": false,
|
||||
"removeComments": false,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user