Modern tsconfig template [2024]
Apr 18, 2024 · 1 min read · 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": ...
Join discussion