Skip to content

Commit

Permalink
refactor(types): remove index.d.ts generation (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and nikkeyl authored Mar 22, 2024
1 parent 102b9cf commit 239c6bc
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 208 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@
"pnpm": "8.15.5"
},
"type": "module",
"types": "index.d.ts",
"exports": {
".": "./index.js"
},
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
Expand Down Expand Up @@ -115,10 +113,9 @@
"remark-preset-lint-markdown-style-guide": "^5.1.3",
"remark-preset-lint-recommended": "^6.1.3",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.1",
"semantic-release": "^23.0.5",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit 239c6bc

Please sign in to comment.