Skip to content

Commit 4a3f539

Browse files
committed
Add type annotation to rollup.config.js
1 parent c8fe13f commit 4a3f539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/** @type {import("rollup").RollupOptions} */
12
export default {
23
input: {
34
index: "dist/esm/index.js",

0 commit comments

Comments
 (0)