@egomobile/tsconfig

5.0.0 • Public • Published

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.

Package Sidebar

Install

npm i @egomobile/tsconfig

Weekly Downloads

0

Version

5.0.0

License

MIT

Unpacked Size

3.03 kB

Total Files

4

Last publish

Collaborators

  • ekmobile
  • egodux
  • mkloubertego
  • mkloubert
  • ekegodigital