Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 269 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 269 Bytes

tsconfig

Shared tsconfig for my personal projects.

Installation

npm i --save-dev @schoero/ts-config

Usage

Create a tsconfig.json with the following content:

{
  "extends": "@schoero/ts-config",
  "compilerOptions": {
    //...
  }
}