5 lines
186 B
TypeScript
5 lines
186 B
TypeScript
import { packageOptions } from "@trigger.dev/tsup";
|
|
import { defineConfig } from "@trigger.dev/tsup";
|
|
|
|
export default defineConfig({ ...packageOptions, config: "tsconfig.build.json" });
|