Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Lamprecht committed May 1, 2022
1 parent bcaa7cf commit 60ff38d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@
"version": "1.0.2",
"description": "Apply TailwindCSS utilities only if they match a constant",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc index.ts",
"build": "tsc index.ts --declaration",
"prepare": "husky install && npm run build"
},
"files": [
"index.js",
"index.d.ts"
],
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md}": "prettier --write --ignore-path .gitignore"
},
Expand Down

0 comments on commit 60ff38d

Please sign in to comment.