This package has been deprecated

Author message:

Package no longer supported. Upgrade to @egomobile/tsconfig

@egodigital/tsconfig

4.0.0 • Public • Published

tsconfig

npm

Shared TypeScript config files for e.GO projects.

Install

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

Usage

tsconfig.json

{
    "extends": "@egodigital/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.

/@egodigital/tsconfig/

    Package Sidebar

    Install

    npm i @egodigital/tsconfig

    Weekly Downloads

    16

    Version

    4.0.0

    License

    MIT

    Unpacked Size

    3.04 kB

    Total Files

    4

    Last publish

    Collaborators

    • ekmobile
    • egodux
    • mkloubert
    • mkloubertego
    • ekegodigital