TMUniversal / ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@tmuniversal/ts NPM

TypeScript config for my projects.

Inspired by @ayanaware/ts.

Installation

yarn add @tmuniversal/ts typescript --dev
npm i @tmuniversal/ts typescript --only=dev

Usage

To 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

About

License:MIT License