このツールについて
厳格でモダンなTypeScriptの初期設定。
すぐ使える tsconfig.json — 内容を表示・コピー、または正しいファイル名でダウンロード。無料・100%ブラウザ内。
厳格でモダンなTypeScriptの初期設定。
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist"
},
"include": ["src"]
}
厳格でモダンなTypeScriptの初期設定。
すぐ使える tsconfig.json — 内容を表示・コピー、または正しいファイル名でダウンロード。無料・100%ブラウザ内。