Skip to content

@snailicide/build-config / tsconfig

tsconfig

Functions

FunctionDescription
tsConfig-

Namespaces

NamespaceDescription
TsConfigJson-

Type Aliases

File

Type AliasDescription
TsConfigJsonType for TypeScript's tsconfig.json file (TypeScript 3.7).

JSON

Type AliasDescription
JsonObjectMatches a JSON object.

Object

Type AliasDescription
SetRequiredCreate a type that makes the given keys required. The remaining keys are kept as is. The sister of the SetOptional type.

Variables

VariableDescription
tsConfigBase-