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 5d09a7d commit 1896082Copy full SHA for 1896082
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: npm ci --prefer-offline --cache=./.npm
32
33
- name: Build library
34
- run: npx tsc --outDir 3.1.0 # replace "3.1.0" with "." when another OpenAPI version will be added
+ run: npx tsc --outDir .
35
36
- name: Set version in package.json
37
run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}
package.json
@@ -2,6 +2,7 @@
2
"name": "@fosfad/openapi-typescript-definitions",
3
"description": "Types and interfaces for writing valid OpenAPI specification in TypeScript.",
4
"repository": "github:fosfad/openapi-typescript-definitions",
5
+ "types": "index.d.ts",
6
"files": [
7
"**/*.d.ts"
8
],
src/index.ts
0 commit comments