We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559018c commit e77850dCopy full SHA for e77850d
packages/internal-tsconfig/tsup.base.config.ts
@@ -1,7 +1,7 @@
1
import type { Options } from "tsup"
2
import { defineConfig } from "tsup"
3
4
-const baseConfig = defineConfig((options) => ({
+const baseConfig = defineConfig((_options) => ({
5
entry: ["src/index.ts"],
6
sourcemap: true,
7
dts: true,
0 commit comments