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