0.5.0 • Published 6 years ago

@kainiedziela/tsconfig v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

tsconfig

Shared TypeScript configuration across multiple projects.

Installation

npm install --save-dev @kainiedziela/tsconfig

Usage

tsconfig.json

{
    "extends": "@kainiedziela/tsconfig",
    "compilerOptions": {
        "outDir": "dist",
        "target": "es2018",
        "lib": [
            "es2018"
        ]
    }
}

The configuration is set up to support Node.js 8 and higher. Additional compiler options may be provided.

This project is under the MIT license.

0.5.0

6 years ago