Skip to content

Commit a7630b6

Browse files
committed
chore: Use @rollup/plugin-typescript
1 parent 077bc09 commit a7630b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"devDependencies": {
4040
"@rollup/plugin-commonjs": "^25.0.4",
4141
"@rollup/plugin-json": "^6.0.0",
42+
"@rollup/plugin-typescript": "^11.1.3",
4243
"@semantic-release/changelog": "^6.0.3",
4344
"@semantic-release/git": "^10.0.1",
4445
"@types/jest": "^29.5.4",

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import commonjs from "@rollup/plugin-commonjs";
22
import json from "@rollup/plugin-json";
3+
import typescript from "@rollup/plugin-typescript";
34
import autoExternal from "rollup-plugin-auto-external";
45
import dts from "rollup-plugin-dts";
5-
import typescript from "rollup-plugin-typescript2";
66

77
import packageJSON from "./package.json" assert { type: "json" };
88

0 commit comments

Comments
 (0)