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

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.js CHANGED
@@ -660,6 +660,7 @@ var Config = zod.z.object({
660
660
  triggerDirectories: zod.z.string().array().optional(),
661
661
  triggerUrl: zod.z.string().optional(),
662
662
  projectDir: zod.z.string().optional(),
663
+ tsconfigPath: zod.z.string().optional(),
663
664
  retries: zod.z.object({
664
665
  enabledInDev: zod.z.boolean().default(true),
665
666
  default: RetryOptions.optional()