tsconfig Shared TypeScript config for acot projects. Installation $ npm install --save-dev @acot/tsconfig Usage Write the following code in your tsconfig.json. { "extends": "@acot/tsconfig", "compilerOptions": { "outDir": "lib", "rootDir": "src" } } License MIT License @ wadackel