Skip to content

Commit

Permalink
fix: watch tsx files
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirtz committed Dec 21, 2024
1 parent c30873b commit 892c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig(
logLevel: 'debug',
input: entry,
watch: {
include: 'src/**/*.ts',
include: 'src/**/*.{ts,tsx}',
},
plugins: [
...definePlugins({
Expand Down

0 comments on commit 892c941

Please sign in to comment.