Skip to content

Commit

Permalink
simplify rollup ts plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wyozi committed Aug 16, 2023
1 parent 429ccef commit e712959
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const plugins = [
nodeResolve(),
commonjs(),
typescript({
typescript: require("typescript"),
exclude: "**/*.spec.tsx",
}),
];
Expand Down

0 comments on commit e712959

Please sign in to comment.