Modern tsconfig template [2024]
In this blog, I am keeping a draft example of the modern tsconfig file that works for me in the projects that I am making.
{
"compilerOptions": {
"target": "ESNext",
"experimentalDecorators": false,
"module": "commonjs",
"rootDir": ...
blog.srthk.com1 min read