shaharmor / tsconfig

My opinionated tsconfig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsconfig

My opinionated tsconfig

How to use

Install this config:

npm install @shaharmor/tsconfig

Update your tsconfig.json file:

{
  "extends": "@shaharmor/tsconfig",
  "compilerOptions": {
    "baseUrl": "."
  }
}

About

My opinionated tsconfig

License:MIT License