5.0.0 • Published 3 years ago

@egomobile/tsconfig v5.0.0

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

tsconfig

npm

Shared TypeScript config files for e.GO projects.

Install

$ npm install --save-dev @egomobile/tsconfig

Usage

tsconfig.json

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

TSLint / ESLint

TSLint has been removed from that project.

Please use ESLint with eslint-config-ego as basic Linter configuration.