We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3a845 commit 82b8513Copy full SHA for 82b8513
package.json
@@ -34,6 +34,7 @@
34
],
35
"main": "dist/index.js",
36
"module": "dist/index.js",
37
+ "types": "dist/index.d.ts",
38
"bin": {
39
"openapi": "bin/index.js"
40
},
tsconfig.json
@@ -18,7 +18,9 @@
18
"skipLibCheck": true,
19
"strict": true,
20
"strictNullChecks": true,
21
+ "strictFunctionTypes": true,
22
"importHelpers": false,
23
+ "removeComments": false,
24
"forceConsistentCasingInFileNames": true
25
26
0 commit comments