Skip to content

Commit

Permalink
chore(build): use .mjs extension for rollup config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed Mar 13, 2023
1 parent e64530b commit f24a80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// rollup.config.js
// rollup.config.mjs
import typescript from '@rollup/plugin-typescript'

export default {
Expand Down

0 comments on commit f24a80d

Please sign in to comment.