Skip to content

Commit 82b8513

Browse files
committed
- Added strict function types and comments in result
1 parent af3a845 commit 82b8513

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
],
3535
"main": "dist/index.js",
3636
"module": "dist/index.js",
37+
"types": "dist/index.d.ts",
3738
"bin": {
3839
"openapi": "bin/index.js"
3940
},

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"skipLibCheck": true,
1919
"strict": true,
2020
"strictNullChecks": true,
21+
"strictFunctionTypes": true,
2122
"importHelpers": false,
23+
"removeComments": false,
2224
"forceConsistentCasingInFileNames": true
2325
},
2426

0 commit comments

Comments
 (0)