A base tsconfig for sane Typescript developer
yarn add -D @martin_hotell/ts-config
# also you need to install peer dependencies
yarn add -D typescript
yarn add tslib
Then in your project's tsconfig.json:
{
"extends": "@martin_hotell/ts-config"
}
Go checkout examples !
Document your API here
How to do Foo
Today we're gonna build Foo....