1.0.0 • Published 7 years ago
@nmarks/ic-tsconfig v1.0.0
@instacart/tsconfig
Instacart's shared TypeScript configuration
Installation
$ yarn add --dev @instacart/tsconfigUsage
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
7 years ago