Home Manual Reference Source
import {BuildTypeScriptHelper} from 'projext/src/services/building/buildTypeScriptHelper.js'
public class | source

BuildTypeScriptHelper

This service works as a helper to generate TypeScript binary commands.

Method Summary

Public Methods
public

Gets the command that generates the TypeScript declaration file(s) for a target.

Public Methods

public getDeclarationsCommand(target: Target): string source

Gets the command that generates the TypeScript declaration file(s) for a target.

Params:

NameTypeAttributeDescription
target Target

The target from which the method will take the input (source) and output (build) paths.

Return:

string