$ yarn add --dev @shelf/tsconfig
In your tsconfig.json
:
{
"extends": "@shelf/tsconfig/backend",
"exclude": ["node_modules"],
"include": ["src"]
}
{
"extends": "@shelf/tsconfig/frontend",
"exclude": ["node_modules"],
"include": ["src"]
}
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
MIT © Shelf