Skip to content

Commit e77850d

Browse files
committed
lint
1 parent 559018c commit e77850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal-tsconfig/tsup.base.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Options } from "tsup"
22
import { defineConfig } from "tsup"
33

4-
const baseConfig = defineConfig((options) => ({
4+
const baseConfig = defineConfig((_options) => ({
55
entry: ["src/index.ts"],
66
sourcemap: true,
77
dts: true,

0 commit comments

Comments
 (0)