Skip to main content
Module

x/pbkit/codegen/ts/aot.ts>BundleConfigYaml

Protobuf toolkit for modern web development
Go to Latest
interface BundleConfigYaml
import { type BundleConfigYaml } from "https://deno.land/x/pbkit@v0.0.57/codegen/ts/aot.ts";

Properties

optional
[out-dir]: string
optional
[index-filename]: string
optional
[ext-in-import]: string
optional
[runtime-dir]: string
optional
[runtime-package]: string
optional
[units]: { [proto-paths]?: string[]; [entry-paths]?: string[]; [proto-files]?: string[]; [messages-dir]?: string; [services-dir]?: string; }[]