Skip to content

Commit

Permalink
refactor: add Options type to tsup-config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Mar 26, 2024
1 parent d53b93c commit 1c6222c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/tsup-config/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
const config = {
import { Options } from "tsup";

const config: Options = {
dts: true,
format: "cjs",
inject: ["../tsup-config/react-import.js"],
Expand Down

0 comments on commit 1c6222c

Please sign in to comment.