0.1.0 • Published 2 years ago
@shelf/tsconfig v0.1.0
@shelf/tsconfig
Install
$ yarn add --dev @shelf/tsconfigUsage
In your tsconfig.json:
Backend
{
"extends": "@shelf/tsconfig/backend",
"exclude": ["node_modules"],
"include": ["src"]
}Frontend
{
"extends": "@shelf/tsconfig/frontend",
"exclude": ["node_modules"],
"include": ["src"]
}Publish
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tagsLicense
MIT © Shelf