Skip to content

Commit c5fb693

Browse files
committed
chore: import types
1 parent 6bcd7fb commit c5fb693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ import { terser } from "rollup-plugin-terser";
77
// @ts-ignore
88
import autoExternal from "rollup-plugin-auto-external";
99

10+
import typescript from "@rollup/plugin-typescript";
11+
import coffeescript from "rollup-plugin-coffee-script";
12+
import json from "@rollup/plugin-json";
13+
import cssOnly from "rollup-plugin-css-only";
14+
import babel from "@rollup/plugin-babel";
15+
1016
export type Plugin =
1117
| "js"
1218
| "ts"

0 commit comments

Comments
 (0)