Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Sep 7, 2024
1 parent 559018c commit e77850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal-tsconfig/tsup.base.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Options } from "tsup"
import { defineConfig } from "tsup"

const baseConfig = defineConfig((options) => ({
const baseConfig = defineConfig((_options) => ({
entry: ["src/index.ts"],
sourcemap: true,
dts: true,
Expand Down

0 comments on commit e77850d

Please sign in to comment.