@lottojs/ts-config
v0.2.0
Published
Simple typescript configuration library.
Downloads
13
Readme
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-config
Usage
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.