Skip to content

Commit 6c07a7a

Browse files
committed
chore: add tsup configuration file and update imports in eslint and prettier configs
1 parent 37cf20b commit 6c07a7a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

packages/eslint-config/tsup.config.ts

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

3-
import { createTsupConfig } from "../../tsup.config";
3+
import { createTsupConfig } from "../../.configs/tsup.config";
44

55
const options: Options = { dts: false, sourcemap: false, entry: ["src/base.ts", "src/nextjs.ts", "src/react.ts"] };
66

packages/prettier-config/tsup.config.ts

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

3-
import { createTsupConfig } from "../../tsup.config";
3+
import { createTsupConfig } from "../../.configs/tsup.config";
44

55
const options: Options = { dts: false, sourcemap: false };
66

0 commit comments

Comments
 (0)