Skip to content

Commit

Permalink
fix: switch rollup ts plugin to emit typings (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Mar 2, 2021
1 parent 710c834 commit be80453
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 26 deletions.
181 changes: 157 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-typescript": "^8.2.0",
"@testing-library/dom": "^7.29.6",
"@testing-library/react": "^11.2.5",
"@types/jest": "^26.0.20",
Expand All @@ -53,6 +52,7 @@
"rollup": "^2.40.0",
"rollup-plugin-filesize": "^9.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"ts-jest": "^26.5.1",
"tslib": "^2.1.0",
"typedoc": "^0.20.10",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
import commonjs from "@rollup/plugin-commonjs";
import filesize from "rollup-plugin-filesize";
import typescript from "@rollup/plugin-typescript";
import typescript from "rollup-plugin-typescript2";
import resolve from "@rollup/plugin-node-resolve";

import pkg from "./package.json";
Expand Down

0 comments on commit be80453

Please sign in to comment.