TypeScript config for my projects.
Inspired by @ayanaware/ts.
yarn add @tmuniversal/ts typescript --devnpm i @tmuniversal/ts typescript --only=devTo use the TSConfig, add the following to your tsconfig.json:
{
"extends": "@tmuniversal/ts/config"
}For linting, see @tmware/eslint-config
Prettier config: @tmware/prettier-config