@deanacus/tsconfig
v0.1.0
Published
Typescript configuration
Downloads
3
Readme
@deanacus/tsconfig
My personal preferred TypeScript configuration
Installation
yarn add --dev @deanacus/tsconfignpm install --save-dev @deanacus/tsconfigUsage
Create or update your tsconfig.json file, and extend the config like
so:
{
"extends": "@deanacus/tsconfig",
}For more detailed information on configuring Typescript, see the Typescript website.
