- Added strict function types and comments in result

This commit is contained in:
Ferdi Koomen 2020-03-21 12:31:55 +01:00
parent af3a845623
commit 82b8513835
2 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"openapi": "bin/index.js"
},

View File

@ -18,7 +18,9 @@
"skipLibCheck": true,
"strict": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"importHelpers": false,
"removeComments": false,
"forceConsistentCasingInFileNames": true
},