4.0.2 • Published 2 years ago
@manuth/tsconfig v4.0.2
TypeScriptRecommendations
Provides recommended settings for TypeScript
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
2 years ago
4.0.1
2 years ago
4.0.0
2 years ago
3.0.2
3 years ago
3.0.1
3 years ago
3.0.0
4 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.2.10
4 years ago
1.2.9
4 years ago
1.2.8
4 years ago
1.2.7
4 years ago
1.2.6
5 years ago
1.2.5
5 years ago
1.2.4
5 years ago
1.2.3
5 years ago
1.2.2
6 years ago
1.2.1
6 years ago
1.2.0
6 years ago
1.1.0
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago