Skip to content

Commit

Permalink
build: include types file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirasaki committed Nov 11, 2024
1 parent f4c1e3b commit 019eeb6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"description": "JavaScript implementation for the CFTools Data API.",
"access": "public",
"main": "dist/index.js",
"types": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**"
],
Expand Down

0 comments on commit 019eeb6

Please sign in to comment.