Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TsParserConfig

interface TsParserConfig {
decorators?: boolean;
dynamicImport?: boolean;
syntax: "typescript";
tsx?: boolean;
}

§Properties

§
decorators?: boolean
[src]

Defaults to false.

§
dynamicImport?: boolean
[src]

Defaults to false

§
syntax: "typescript"
[src]
§
tsx?: boolean
[src]

Defaults to false.