Skip to main content

Crate typescript_config

Crate typescript_config 

Source

Structs§

CompilerOptions
Instructs the TypeScript compiler how to compile .ts files.
TsConfig
A struct representing the contents of a tsconfig.json file.
TsConfigReference
A reference to a Typescript project. Requires TypeScript version 3.0 or later.
TsPlugin
A Typescript plugin definition.
WatchOptions
Settings for the watch mode in TypeScript.

Enums§

FallbackPolling
Specify what approach the watcher should use if the system runs out of native file watchers. See more: https://www.typescriptlang.org/tsconfig#fallbackPolling
Jsx
Specify what JSX code is generated. See more: https://www.typescriptlang.org/tsconfig/#jsx
Lib
Specify a set of bundled library declaration files that describe the target runtime environment. See more: https://www.typescriptlang.org/tsconfig#lib
Module
Specify what module code is generated. See more: https://www.typescriptlang.org/tsconfig#module
ModuleDetection
Specify how TypeScript determine a file as module. See more: https://www.typescriptlang.org/tsconfig/#moduleDetection
ModuleResolution
NewLine
Set the newline character for emitting files. See more: https://www.typescriptlang.org/tsconfig#newLine
Target
Set the JavaScript language version for emitted JavaScript and include compatible library declarations. See more: https://www.typescriptlang.org/tsconfig#target
TypeAcquisition
Auto type (.d.ts) acquisition options for this project. Requires TypeScript version 2.1 or later.
WatchDirectory
Specify how directories are watched on systems that lack recursive file-watching functionality. See more: https://www.typescriptlang.org/tsconfig#watchDirectory
WatchFile
Specify how the TypeScript watch mode works. See more: https://www.typescriptlang.org/tsconfig#watchFile