Skip to content

Commit

Permalink
build: script and add declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Nov 8, 2023
1 parent 8e8bf2b commit 56b7b10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"lint": "eslint --ext .ts --quiet --ignore-path .gitignore .",
"test": "mocha",
"prepare": "husky install",
"prepack": "tsc",
"release": "changeset publish"
},
"files": [
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"target": "ES2022",
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true
"skipLibCheck": true,
"declaration": true
}
}

0 comments on commit 56b7b10

Please sign in to comment.