@smcv/typescript-config
v1.1.0
Published
Shareable TypeScript config for my projects
Downloads
2
Readme
Typescript Config
Shareable Stylelint config for new projects.
Install
npm install --save-dev @smcv/typescript-config typescript
Usage
Add this config to tsconfig.json
of a project.
{
"extends": "@smcv/typescript-config"
}