initial commit. gotta go
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { defineConfig, Options } from "tsup";
|
||||
import { defineConfig, Options } from 'tsup';
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig((options: Options) => ({
|
||||
entry: ["src/server.ts"],
|
||||
format: ["cjs"],
|
||||
entry: ['src/server.ts'],
|
||||
format: ['cjs'],
|
||||
dts: true,
|
||||
minify: true,
|
||||
clean: true,
|
||||
|
Reference in New Issue
Block a user