@ecar/tsconfig
v0.0.2
Published
TypeScript configuration shared across projects in Ecar
Downloads
2
Readme
Usage
Install
npm install --save-dev typescript @ecar/tsconfigCreate tsconfig.json
Create tsconfig.json file in the root of the project and add:
{
"extends": "@ecar/tsconfig"
}List of all options https://www.typescriptlang.org/tsconfig
