tsconfig Shared TypeScript config for my projects Install $ npm install --save-dev @akepinski/tsconfig Usage tsconfig.json { "extends": "@akepinski/tsconfig", "compilerOptions": { "outDir": "dist", "target": "esnext" } } Notes Inspired by Sindre Sorhus' tsconfig License MIT