5.0.0 • Published 5 years ago
@egomobile/tsconfig v5.0.0
tsconfig
Shared TypeScript config files for e.GO projects.
Install
$ npm install --save-dev @egomobile/tsconfigUsage
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.
5.0.0
5 years ago