Skip to content

Instantly share code, notes, and snippets.

@hdemon
Created March 6, 2021 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hdemon/c582b81ed67d6257f9015a2d1052bd75 to your computer and use it in GitHub Desktop.
Save hdemon/c582b81ed67d6257f9015a2d1052bd75 to your computer and use it in GitHub Desktop.
// 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