Skip to content

Commit 4d00075

Browse files
chore: use rollup-plugin-ts instead of @wessberg/rollup-plugin-ts
1 parent 7e151f2 commit 4d00075

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

package-lock.json

Lines changed: 77 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
"@semantic-release/git": "^10.0.1",
4545
"@types/fs-extra": "^9.0.11",
4646
"@types/jest": "^26.0.22",
47-
"@wessberg/rollup-plugin-ts": "^2.0.4",
4847
"codecov": "^3.8.1",
4948
"cross-env": "^7.0.3",
5049
"fs-extra": "^9.1.0",
5150
"husky": "^6.0.0",
5251
"jest": "^26.6.3",
5352
"rimraf": "^3.0.2",
5453
"rollup": "^2.45.2",
54+
"rollup-plugin-ts": "^2.0.5",
5555
"semantic-release": "^19.0.2",
5656
"ts-jest": "^26.5.5",
5757
"ts-transform-default-export": "^1.0.3",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { builtinModules } from "module";
22
import nodeResolve from '@rollup/plugin-node-resolve';
3-
import ts from "@wessberg/rollup-plugin-ts";
3+
import ts from "rollup-plugin-ts";
44
import transformDefaultExport from "ts-transform-default-export";
55
import pkg from "./package.json";
66

0 commit comments

Comments
 (0)