Skip to content

Commit

Permalink
fix: add typing
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzano committed Dec 30, 2023
1 parent 728c32c commit eecb0d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"type": "module",
"module": "build/index.js",
"exports": "./build/index.js",
"types": "./build/index.d.ts",
"repository": "[email protected]:nitzano/semantic-release-github-milestones.git",
"author": "Nitzan Ohana <[email protected]>",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"outDir": "./build" /* Redirect output structure to the directory. */,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"declaration": true,
"rootDir": "./src"
},
"exclude": ["**/test/**/*"],
Expand Down

0 comments on commit eecb0d6

Please sign in to comment.