We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077bc09 commit a7630b6Copy full SHA for a7630b6
2 files changed
package.json
@@ -39,6 +39,7 @@
39
"devDependencies": {
40
"@rollup/plugin-commonjs": "^25.0.4",
41
"@rollup/plugin-json": "^6.0.0",
42
+ "@rollup/plugin-typescript": "^11.1.3",
43
"@semantic-release/changelog": "^6.0.3",
44
"@semantic-release/git": "^10.0.1",
45
"@types/jest": "^29.5.4",
rollup.config.js
@@ -1,8 +1,8 @@
1
import commonjs from "@rollup/plugin-commonjs";
2
import json from "@rollup/plugin-json";
3
+import typescript from "@rollup/plugin-typescript";
4
import autoExternal from "rollup-plugin-auto-external";
5
import dts from "rollup-plugin-dts";
-import typescript from "rollup-plugin-typescript2";
6
7
import packageJSON from "./package.json" assert { type: "json" };
8
0 commit comments