Add files via upload

This commit is contained in:
2024-05-06 20:41:20 +02:00
committed by GitHub
parent 958c08269f
commit 6b9f742562
10 changed files with 23 additions and 321 deletions
+2 -2
View File
@@ -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,