first commit
This commit is contained in:
13
tsup.config.ts
Normal file
13
tsup.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from "tsup";
|
||||
|
||||
export default defineConfig({
|
||||
tsconfig: "tsconfig.json",
|
||||
entry: {
|
||||
"server/index": "server/index.ts"
|
||||
},
|
||||
format: ["esm"],
|
||||
dts: true,
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
outDir: "dist"
|
||||
});
|
||||
Reference in New Issue
Block a user