@lottojs/ts-config

0.2.0 • Public • Published

Contributors Forks Stargazers Issues MIT License NPM


Logo

@lottojs/ts-config

Simple typescript configuration library.

Report Bug · Request Feature

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.

(back to top)

Package Sidebar

Install

npm i @lottojs/ts-config

Weekly Downloads

3

Version

0.2.0

License

MIT

Unpacked Size

36.1 kB

Total Files

6

Last publish

Collaborators

  • jharbs