1.0.0 • Published 6 years ago
@joeriess/tsconfig v1.0.0
tsconfig
Shared TypeScript configuration file for my projects
Install
npm install --save-dev @joeriess/tsconfigUsage
To use this configuration you can simply extend from it:
{
"extends": "@joeriess/tsconfig",
"compilerOptions:": {
"outDir": "dist"
}
}1.0.0
6 years ago