tsconfig.json Usage npm install --save-dev @cablanchard/tsconfigIn tsconfig.json { "extends": "@cablanchard/tsconfig", "compilerOptions": { "outDir": "dist" }, "include": [ "lib/**/*" ] }Licence MIT
2.0.0 (2020-11-27) Features tsconfig: Disable sourcemaps by default (a0f0edd) BREAKING CHANGES tsconfig: Sourcemaps no longer generated by default. Set sourceMap: true in tsconfig to reenable