Skip to content

Commit

Permalink
style: refactor style of config for biome
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 committed Dec 31, 2024
1 parent 6edb1c0 commit 1b14738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineConfig, Options } from 'tsup';
import { cp } from 'fs/promises';
import { defineConfig, type Options } from 'tsup';
import { cp } from 'node:fs/promises';

export default defineConfig(options => {
const commonOptions: Partial<Options> = {
Expand Down

0 comments on commit 1b14738

Please sign in to comment.