Skip to content

Commit 1896082

Browse files
committed
Add index.ts file
1 parent 5d09a7d commit 1896082

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: npm ci --prefer-offline --cache=./.npm
3232

3333
- name: Build library
34-
run: npx tsc --outDir 3.1.0 # replace "3.1.0" with "." when another OpenAPI version will be added
34+
run: npx tsc --outDir .
3535

3636
- name: Set version in package.json
3737
run: npm --no-git-tag-version version ${{ github.event.release.tag_name }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@fosfad/openapi-typescript-definitions",
33
"description": "Types and interfaces for writing valid OpenAPI specification in TypeScript.",
44
"repository": "github:fosfad/openapi-typescript-definitions",
5+
"types": "index.d.ts",
56
"files": [
67
"**/*.d.ts"
78
],

src/index.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)