Add files via upload
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
import { defineConfig } from "tsup";
|
||||
|
||||
export default defineConfig({
|
||||
format: ['cjs', 'esm'],
|
||||
entry: ['./src/index.ts'],
|
||||
format: [ "cjs", "esm" ],
|
||||
entry: ["./src/index.ts"],
|
||||
dts: true,
|
||||
shims: true,
|
||||
skipNodeModulesBundle: true,
|
||||
|
||||
Reference in New Issue
Block a user