Skip to content

Commit

Permalink
chore: added type to import
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Nov 19, 2023
1 parent da1b91f commit b3ae133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { build, PluginBuild } from 'esbuild';
import { build, type PluginBuild } from 'esbuild';

import { describe, expect, it, vi } from 'vitest';

Expand Down

0 comments on commit b3ae133

Please sign in to comment.