Skip to content

Commit

Permalink
chore(types): add src and tsconfig to package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Sep 30, 2024
1 parent 445ac9d commit ab8b4be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
"type": "module",
"sideEffects": false,
"files": [
"dist"
"dist",
"src",
"tsconfig.json"
],
"types": "./dist/dts/index.d.ts",
"exports": {
Expand Down

0 comments on commit ab8b4be

Please sign in to comment.