@nmarks/ic-tsconfig
v1.0.0
Published
Instacart's shared TypeScript config
Downloads
3
Readme
@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": "./",
...
}
}