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