Created
March 6, 2021 11:58
-
-
Save hdemon/c582b81ed67d6257f9015a2d1052bd75 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// File Inclusion | |
exclude | |
extends | |
files | |
include | |
references | |
typeAcquisition | |
// Project Options | |
allowJs | |
checkJs | |
composite | |
declaration | |
declarationMap | |
downlevelIteration | |
importHelpers | |
incremental | |
isolatedModules | |
jsx | |
lib | |
module | |
noEmit | |
outDir | |
outFile | |
plugins | |
removeComments | |
rootDir | |
sourceMap | |
target | |
tsBuildInfoFile | |
// Strict checks | |
alwaysStrict | |
noImplicitAny | |
noImplicitThis | |
strict | |
strictBindCallApply | |
strictFunctionTypes | |
strictNullChecks | |
strictPropertyInitialization | |
// Module Resolution | |
allowSyntheticDefaultImports | |
allowUmdGlobalAccess | |
baseUrl | |
esModuleInterop | |
moduleResolution | |
paths | |
preserveSymlinks | |
rootDirs | |
typeRoots | |
types | |
// Source Maps | |
inlineSourceMap | |
inlineSources | |
mapRoot | |
sourceRoot | |
// Linter Checks | |
noFallthroughCasesInSwitch | |
noImplicitReturns | |
noPropertyAccessFromIndexSignature | |
noUncheckedIndexedAccess | |
noUnusedLocals | |
noUnusedParameters | |
// Experimental | |
emitDecoratorMetadata | |
experimentalDecorators | |
// Command Line | |
preserveWatchOutput | |
pretty | |
// Watch Options | |
fallbackPolling | |
watchDirectory | |
watchFile | |
// Advanced | |
allowUnreachableCode | |
allowUnusedLabels | |
assumeChangesOnlyAffectDirectDependencies | |
charset | |
declarationDir | |
diagnostics | |
disableReferencedProjectLoad | |
disableSizeLimit | |
disableSolutionSearching | |
disableSourceOfProjectReferenceRedirect | |
emitBOM | |
emitDeclarationOnly | |
explainFiles | |
extendedDiagnostics | |
forceConsistentCasingInFileNames | |
generateCpuProfile | |
importsNotUsedAsValues | |
jsxFactory | |
jsxFragmentFactory | |
jsxImportSource | |
keyofStringsOnly | |
listEmittedFiles | |
listFiles | |
maxNodeModuleJsDepth | |
newLine | |
noEmitHelpers | |
noEmitOnError | |
noErrorTruncation | |
noImplicitUseStrict | |
noLib | |
noResolve | |
noStrictGenericChecks | |
out | |
preserveConstEnums | |
reactNamespace | |
resolveJsonModule | |
skipDefaultLibCheck | |
skipLibCheck | |
stripInternal | |
suppressExcessPropertyErrors | |
suppressImplicitAnyIndexErrors | |
traceResolution | |
useDefineForClassFields |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment