0.2.0 • Published 2 years ago
@lottojs/ts-config v0.2.0
About The Project
Basic typescript configuration package with common settings in order to help as a base pattern to all LottoJS projects but nothing excludes it to be also used by the community..
Getting Started
Installation
npm i -D @lottojs/ts-configUsage
Create a tsconfig.json file at the root of your project.
{
"extends": "@lottojs/ts-config/base.json",
"compilerOptions": {
"outDir": "dist",
}
}License
Distributed under the MIT License. See LICENSE for more information.