Module

x/aleph/types.ts>BuildTarget

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias BuildTarget
import { type BuildTarget } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/types.ts";

The built target for build phase.

definition:
| "es2015"
| "es2016"
| "es2017"
| "es2018"
| "es2019"
| "es2020"
| "esnext"