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 af92300 commit dd94a56Copy full SHA for dd94a56
eslint.config.js
@@ -6,4 +6,7 @@ export default [
6
rules: {
7
},
8
9
+ {
10
+ ignores: ["dist/*"],
11
+ },
12
];
tsup.config.ts
@@ -1,5 +1,3 @@
1
-import { readFileSync } from "node:fs";
2
-import { type Plugin } from "esbuild";
3
import { defineConfig } from "tsup";
4
5
export default defineConfig({
0 commit comments