@lotusengine/tsconfig
v1.1.10
Published
LotusEngine TypeScript config
Readme
LotusEngine TypeScript config
Shared TSConfig rules
Installation
You can use the following commands to install this package:
npm install @lotusengine/ts-config --save-dev
yarn add @lotusengine/ts-config -DUsage
You can use @lotusengine/ts-config's
tsconfig.json by extending it in yours:
{
"extends": "@lotusengine/ts-config"
}