Skip to content

RuntimeTypes

@tsed/cli

Usage

typescript
import { RuntimeTypes } from "@tsed/cli/src/interfaces/RuntimeTypes";

See /packages/cli/src/interfaces/RuntimeTypes.ts.

Overview

ts
type RuntimeTypes = "node" | "babel" | "swc" | "webpack" | "bun";

Released under the MIT License.