@trigger.dev/core 0.0.0-v3-canary-20240321171119 → 0.0.0-v3-canary-20240321210113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/v3/index.mjs CHANGED
@@ -652,6 +652,7 @@ var Config = z.object({
652
652
  triggerDirectories: z.string().array().optional(),
653
653
  triggerUrl: z.string().optional(),
654
654
  projectDir: z.string().optional(),
655
+ tsconfigPath: z.string().optional(),
655
656
  retries: z.object({
656
657
  enabledInDev: z.boolean().default(true),
657
658
  default: RetryOptions.optional()