initial commit
This commit is contained in:
commit
db4a1e24ca
10 changed files with 1977 additions and 0 deletions
8
tsup.config.ts
Normal file
8
tsup.config.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { defineConfig } from "tsup";
|
||||
|
||||
export default defineConfig({
|
||||
entry: ["src/index.ts"],
|
||||
format: ["esm"],
|
||||
clean: true,
|
||||
shims: true, // Add shims for __dirname/__filename in ESM
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue