4.0.2 • Published 7 months ago

@manuth/tsconfig v4.0.2

Weekly downloads
267
License
MIT
Repository
-
Last release
7 months ago

TypeScriptRecommendations

Provides recommended settings for TypeScript

status-badge

Usage

Simply inherit the settings provided by this module by setting the extends-options of the tsconfig.json-file:

{
    "extends": "@manuth/tsconfig/recommended",
    "compileOnSave": true,
    "compilerOptions": {
        "rootDir": "./src",
        "module": "commonjs",
        "lib": [
            "es7"
        ],
        "target": "es6",
        "outDir": "./lib"
    }
}

By setting this option your tsconfig-file will inherit the recommended.json-settings located in the @manuth/tsconfig-module.

Configurations

Currently TypeScriptRecommendations provides following configuration-presets:

  • @manuth/tsconfig/recommended:
    manuth's recommended settings
4.0.2

7 months ago

4.0.1

1 year ago

4.0.0

1 year ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago