Skip to content

Commit 3efc263

Browse files
committed
chore: fix lint
1 parent 381f24c commit 3efc263

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,7 +2,7 @@ import { createPlugins } from "rollup-plugin-atomic"
22

33
const plugins = createPlugins([["ts", { tsconfig: "./lib/tsconfig.json" }, true], "js", "json"])
44

5-
export default [
5+
const RollupConfig = [
66
{
77
input: "lib/main.ts",
88
output: [
@@ -17,3 +17,4 @@ export default [
1717
plugins: plugins,
1818
},
1919
]
20+
export default RollupConfig

0 commit comments

Comments
 (0)