1.0.0 • Published 5 years ago

@nmarks/ic-tsconfig v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@instacart/tsconfig

Instacart's shared TypeScript configuration

Installation

$ yarn add --dev @instacart/tsconfig

Usage

By default the package exports some config opinionated for builds being processed by Babel. The base configuration can be accessed using @instacart/tsconfig/base` instead.

{
  "extends": "@instacart/tsconfig",
  "compilerOptions": {
    "rootDir": "./",
    ...
  }
}
1.0.0

5 years ago