@starpower/tsconfig
v0.1.0
Published
Shared TypeScript config for my projects
Maintainers
Readme
tsconfig
Shared TypeScript config for my projects
Install
$ npm install --save-dev @sindresorhus/tsconfigUsage
tsconfig.json
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"target": "es2018",
"lib": [
"es2018"
]
}
}