0.0.1-0 โ€ข Published 3 years ago

tsc-esbuild v0.0.1-0

Weekly downloads
87
License
MIT
Repository
github
Last release
3 years ago

TSC-ESBUILD

Seamless tsc command powered by blazing fast esbuild.

Test

Installation

npm install --save-dev tsc-esbuild

Supported CLI args

โœ… Suppported ยท ๐Ÿšง WIP ยท โšช๏ธ N/A

typescripttsc-esbuildStatus
tscebcโœ…
tsc -webc -wโœ…
tsc -pebc -w๐Ÿšง

Supported tsconfig options

StatusOptionTypeDefault
--allowJsbooleanfalse
--allowSyntheticDefaultImportsbooleanmodule === "system" or --esModuleInterop
--allowUmdGlobalAccessbooleanfalse
--allowUnreachableCodeboolean
--allowUnusedLabelsbooleanfalse
--alwaysStrictbooleanfalse
--assumeChangesOnlyAffectDirectDependenciesbooleanfalse
--baseUrlstring
--build-bbooleanfalse
--charsetstring"utf8"
--checkJsbooleanfalse
--compositebooleantrue
--declaration-dbooleanfalse
--declarationDirstring
--declarationMapbooleanfalse
--diagnosticsbooleanfalse
--disableSizeLimitbooleanfalse
--downlevelIterationbooleanfalse
--emitBOMbooleanfalse
--emitDeclarationOnlybooleanfalse
--emitDecoratorMetadata1booleanfalse
--esModuleInteropbooleanfalse
--experimentalDecorators1booleanfalse
--extendedDiagnosticsbooleanfalse
--forceConsistentCasingInFileNamesbooleanfalse
--generateCpuProfilestringprofile.cpuprofile
--help-h
--importHelpersbooleanfalse
--incrementalbooleantrue if composite is on, false otherwise
โœ…--inlineSourceMapbooleanfalse
--inlineSourcesbooleanfalse
--init
--isolatedModulesbooleanfalse
--jsxstring
--jsxFactorystring"React.createElement"
--jsxFragmentFactorystring"React.Fragment"
--keyofStringsOnlybooleanfalse
--libstring[]
--listEmittedFilesbooleanfalse
--listFilesbooleanfalse
--localestring(platform specific)
--mapRootstring
--maxNodeModuleJsDepthnumber0
--module-mstringtarget === "ES3" or "ES5" ? "CommonJS" : "ES6"
--moduleResolutionstringmodule === "AMD" or "UMD" or "System" or "ES6" ? "Classic" : "Node"
--newLinestring(platform specific)
--noEmitbooleanfalse
--noEmitHelpersbooleanfalse
--noEmitOnErrorbooleanfalse
--noErrorTruncationbooleanfalse
--noFallthroughCasesInSwitchbooleanfalse
--noImplicitAnybooleanfalse
--noImplicitReturnsbooleanfalse
--noImplicitThisbooleanfalse
--noImplicitUseStrictbooleanfalse
--noLibbooleanfalse
--noResolvebooleanfalse
--noStrictGenericChecksbooleanfalse
--noUnusedLocalsbooleanfalse
--noUnusedParametersbooleanfalse
--outstring
--outDirstring
--outFilestring
paths2Object
--preserveConstEnumsbooleanfalse
--preserveSymlinksbooleanfalse
--preserveWatchOutputbooleanfalse
--prettybooleantrue unless piping to another program or redirecting output to a file
--project-pstring
--reactNamespacestring"React"
--removeCommentsbooleanfalse
--resolveJsonModulebooleanfalse
--rootDirstring(common root directory is computed from the list of input files)
rootDirs2string[]
--showConfigbooleanfalse
--skipDefaultLibCheckbooleanfalse
--skipLibCheckbooleanfalse
โœ…--sourceMapbooleanfalse
--sourceRootstring
--strictbooleanfalse
--strictBindCallApplybooleanfalse
--strictFunctionTypesbooleanfalse
--strictPropertyInitializationbooleanfalse
--strictNullChecksbooleanfalse
--suppressExcessPropertyErrorsbooleanfalse
--suppressImplicitAnyIndexErrorsbooleanfalse
--target-tstring"ES3"
--traceResolutionbooleanfalse
--tsBuildInfoFilestring.tsbuildinfo
--typesstring[]
--typeRootsstring[]
--useDefineForClassFieldsbooleanfalse
--version-v
--watch-w

License

MIT