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

Shared tsconfig for my personal projects

License

Notifications You must be signed in to change notification settings

schoero/ts-config

Repository files navigation

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": {
    //...
  }
}

About

Shared tsconfig for my personal projects

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published