About this tool
Strict modern TypeScript starting config.
Ready-to-use tsconfig.json — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.
Strict modern TypeScript starting config.
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"noUncheckedIndexedAccess": true,
"outDir": "dist"
},
"include": ["src"]
}
Strict modern TypeScript starting config.
Ready-to-use tsconfig.json — view the content, copy it, or download it with the correct filename. Free and 100% in your browser.