@flex-development/tsconfig-types
v5.1.0
Published
TypeScript definitions for tsconfig.json
Downloads
215
Maintainers
Readme
tsconfig-types
TypeScript definitions for tsconfig.json
Contents
What is this?
This package contains TypeScript definitions for tsconfig.json
files and values used in tsconfig.json
files.
Install
In Node.js with yarn:
yarn add @flex-development/tsconfig-types
Use
import type {
CompilerOptions,
Module,
ModuleDetection,
ModuleResolution,
Paths,
Target,
Tsconfig
} from '@flex-development/tsconfig-types'
API
BuildOptions
CompilerOption
CompilerOptionsValue
CompilerOptions
FallbackPollingMap
FallbackPolling
ImportsNotUsedAsValuesMap
ImportsNotUsedAsValues
JsonArray
JsonObject
JsonPrimitive
JsonValue
JsxEmitMap
JsxEmit
JsxFactoryMap
JsxFactory
JsxFragmentFactoryMap
JsxFragmentFactory
JsxImportSourceMap
JsxImportSource
LibFile
LibMap
Lib
MapLike
ModuleDetectionMap
ModuleDetection
ModuleMap
ModuleResolutionMap
ModuleResolution
Module
NewLineMap
NewLine
Paths
Plugin
PollingWatchMap
PollingWatch
ProjectReference
TargetMap
Target
Tsconfig
- alias:
TsconfigJson
- alias:
TypeAcquisition
WatchDirectoryMap
WatchDirectory
WatchFileMap
WatchFile
WatchOptions
Related
pkg-types
— TypeScript definitions forpackage.json
tsconfig-utils
— Utilities for working withtsconfig
files
Contribute
See CONTRIBUTING.md
.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.