Vercel and other infra providers like Convex let users configure infra with TypeScript files as config. We should add support for a similar feature, letting users optionally specify a type-safe gigadrive.ts instead of gigadrive.yaml or gigadrive.json.
This should be an optional alternative configuration path and not be required, as some projects don't necessarily use TypeScript.
Reference: https://vercel.com/changelog/vercel-ts
Vercel and other infra providers like Convex let users configure infra with TypeScript files as config. We should add support for a similar feature, letting users optionally specify a type-safe
gigadrive.tsinstead ofgigadrive.yamlorgigadrive.json.This should be an optional alternative configuration path and not be required, as some projects don't necessarily use TypeScript.
Reference: https://vercel.com/changelog/vercel-ts