Base tsconfig.json for Sourcegraph TypeScript projects
npm install @sourcegraph/tsconfig



Base tsconfig.json for TypeScript projects at Sourcegraph.
It only includes compiler options that make TypeScript more strict.
It does not set any project-specific or environmental settings.
```
npm install --save-dev @sourcegraph/tsconfig
Then add this tsconfig.json:
`json`
{
"extends": "./node_modules/@sourcegraph/tsconfig/tsconfig.json"
}
``
npm link
cd
npm link @sourcegraph/tsconfig
npm run lint
Follow semver.
```
npm version major|minor|patch
git push
git push --tags
npm publish