Skip to content

Commit b1f40ca

Browse files
committed
chore: fix ts rollup
1 parent a180c13 commit b1f40ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { createPlugins } from "rollup-plugin-atomic"
22
import terserOptions from "./.terserrc.js"
33

44
const plugins = createPlugins([
5+
"ts",
56
"js",
67
"json",
78
["terser", terserOptions],
@@ -10,7 +11,7 @@ const plugins = createPlugins([
1011

1112
export default [
1213
{
13-
input: "lib/main.js",
14+
input: "lib/main.ts",
1415
output: [
1516
{
1617
dir: "dist",

0 commit comments

Comments
 (0)