We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a935a commit 578d4a2Copy full SHA for 578d4a2
index.d.ts
@@ -1,3 +1,3 @@
1
-import type { OpenAPIObject } from 'openapi3-ts/oas31';
+import type { OpenAPIObject } from 'openapi3-ts/oas30';
2
3
export const spec: OpenAPIObject;
package.json
@@ -16,6 +16,7 @@
16
"./oas.json": "./dist/oas.json",
17
"./index.js": "./dist/index.js"
18
},
19
+ "types": "index.d.ts",
20
"main": "dist/index.js",
21
"scripts": {
22
"dev": "nodemon --watch './openapi/**/*.yaml' --exec 'redocly bundle ./openapi/index.yaml -o ./dist/index.yaml && pnpm scalar serve ./dist/oas.yaml -p 5001' --ext yaml",
0 commit comments