0.2.0 • Published 9 months ago

@lottojs/ts-config v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Contributors Forks Stargazers Issues MIT License NPM

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.

0.2.0

9 months ago

0.1.0

9 months ago