メインコンテンツまでスキップ

オプションの一覧

最新の情報はTypeScriptのTSConfigリファレンスもご参照ください。

ルートオプション

TSConfigのルートのオプションです。これらは、型チェックを対象とするファイルなどのプロジェクト全体に関する設定です。

オプション名追加されたバージョン
files-
extends2.1
include2.0
exclude-
references-

型チェック

型チェックに関する設定です。

オプション名追加されたバージョン
allowUnreachableCode1.8
allowUnusedLabels1.8
alwaysStrict2.1
exactOptionalPropertyTypes4.4
noFallthroughCasesInSwitch1.8
noimplicitany-
noimplicitoverride4.3
noImplicitReturns1.8
noimplicitthis2.0
nopropertyaccessfromindexsignature4.2
nouncheckedindexedaccess4.1
nounusedlocals2.0
nounusedparameters2.0
strict2.3
strictbindcallapply3.2
strictfunctiontypes2.6
strictnullchecks2.0
strictpropertyinitialization2.7
useunknownincatchvariables4.4

モジュール解決

TypeScriptコンパイラーのモジュール解決に関する設定です。

オプション名追加されたバージョン
allowArbitraryExtensions-
allowImportingTsExtensions-
allowUmdGlobalAccess3.5
baseUrl-
customConditions-
module1.0
moduleResolution-
moduleSuffixes4.7
noResolve-
paths-
resolveJsonModule-
resolvePackageJsonExports-
resolvePackageJsonImports-
rootDir1.5
rootDirs2.0
typeRoots-
types-

型定義ファイル・JavaScriptファイルの出力

型定義ファイルやJavaScriptファイルをどのように出力するかの設定です。

オプション名追加されたバージョン
declaration1.0
declarationDir2.0
declarationMap2.9
downlevelIteration2.3
emitBOM-
emitDeclarationOnly2.8
importHelpers-
importsNotUsedAsValues3.8
inlineSourceMap1.5
inlineSources1.5
mapRoot-
newLine1.5
noEmit-
noEmitHelpers1.5
noEmitOnError1.4
outDir-
outFile1.0
preserveConstEnums-
preserveValueImports4.5
removeComments-
sourceMap-
sourceRoot-
stripInternal-

JavaScriptのサポート

生のJavaScriptの取り扱いに関する設定です。

オプション名追加されたバージョン
allowJs1.8
checkJs2.3
maxNodeModuleJsDepth-

エディターサポート

エディター上でのTypeScriptの挙動の設定です。

オプション名追加されたバージョン
disableSizeLimit-
plugins-

相互運用性の成約

ESModuleとCommonJS間の相互運用や異なるファイルシステムでの開発を想定したファイルの大文字小文字の区別など相互運用性に関する設定です。

オプション名追加されたバージョン
allowSyntheticDefaultImports1.8
esModuleInterop2.7
forceConsistentCasingInFileNames-
isolatedModules1.5
preserveSymlinks-
verbatimModuleSyntax-

下位互換性のサポート

TypeScriptの下位バージョンをサポートするための設定です。

オプション名追加されたバージョン
charset-
keyofStringsOnly2.9
noImplicitUseStrict-
noStrictGenericChecks2.4
out-
suppressExcessPropertyErrors-
suppressImplicitAnyIndexErrors-

言語と環境設定

デコレーターなどの実験的な言語機能やJSX構文に関する設定です。

オプション名追加されたバージョン
emitDecoratorMetadata-
experimentalDecorators-
jsx2.2
jsxFactory-
jsxFragmentFactory4.0
jsxImportSource4.1
lib2.0
moduleDetection4.7
noLib-
reactNamespace-
target1.0
useDefineForClassFields3.7

コンパイラの診断情報

コンパイルのプロファイリングなどのコンパイラの診断情報に関する設定です

オプション名追加されたバージョン
diagnostics-
explainFiles4.2
extendedDiagnostics-
generateCpuProfile3.7
listEmittedFiles-
listFiles-
traceResolution2.0

プロジェクト

TypeScriptのProject Referencesに関する設定です。

オプション名追加されたバージョン
composite3.0
disableReferencedProjectLoad4.0
disableSolutionSearching3.8
disableSourceOfProjectReferenceRedirect3.7
incremental3.4
tsBuildInfoFile3.4

出力フォーマット

出力フォーマットに関する設定です。

オプション名追加されたバージョン
noErrorTruncation-
preserveWatchOutput-
pretty-

型チェックの完全性

型チェックの厳密性に関する設定です。

オプション名追加されたバージョン
skipDefaultLibCheck-
skipLibCheck2.0

ファイル監視

ファイルの監視に関する設定です。

オプション名追加されたバージョン
assumeChangesOnlyAffectDirectDependencies3.8
watchFile3.8
watchDirectory3.8
fallbackPolling3.8
synchronousWatchDirectory-
excludeDirectories-
excludeFiles-

型の取得

JavaScriptプロジェクトでの型のダウンロードに関する設定です。

オプション名追加されたバージョン
enable-
include-
exclude-
disableFilenameBasedTypeAcquisition4.1