Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 398 Bytes

tsconfig

Base tsconfig setttings

Shared TypeScript config for SendOutCards projects

Install

$ yarn add -D @sendoutcards/tsconfig

Usage

tsconfig.json

{
  "extends": "@sendoutcards/tsconfig",
  "compilerOptions": {
    ...
  }
}

License

MIT © SendOutCards