Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.
/ tsconfig Public archive

Shared TypeScript and tslint config files for e.GO projects.

License

Notifications You must be signed in to change notification settings

egomobile/tsconfig

Repository files navigation

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.

About

Shared TypeScript and tslint config files for e.GO projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published