UNPKG

@tsed/cli

Version:
9 lines (8 loc) 225 B
export type RuntimeTypes = "node" | "babel" | "swc" | "webpack" | "bun" | "vite" | "bun-vite"; declare global { namespace TsED { interface ProjectPreferences { runtime: RuntimeTypes; } } }