Grafana's TypeScript config.
Important
This repo has been archived. The Grafana tsconfig package now lives at https://github.com/grafana/plugin-tools/packages/tsconfig
yarn add @grafana/tsconfig --devor:
npm install @grafana/tsconfig --save-dev{
  "extends": "@grafana/tsconfig"
}or:
{
  "extends": "@grafana/tsconfig/base.json"
}Publishing is handled by github actions which is triggered by a merge to master that contains a change to the version property in the package.json file. You can either do that manually or use the command below to version bump, commit and tag.
npm version [<newversion> | major | minor | patch ]Also be sure to update any official packages that depend on this with fixes and version increases.
It's probable that any change will be a breaking one, so it's best to stick to major version releases.