Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@grafana/tsconfig

Package Overview
Dependencies
Maintainers
15
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/tsconfig - npm Package Compare versions

Comparing version 1.0.0-rc1 to 1.1.0-rc1

6

base.json

@@ -10,3 +10,7 @@ {

"jsx": "react",
"lib": ["dom", "es2019"],
"lib": [
"dom",
"dom.iterable",
"es2019"
],
"module": "esnext",

@@ -13,0 +17,0 @@ "moduleResolution": "node",

7

package.json

@@ -5,3 +5,3 @@ {

"name": "@grafana/tsconfig",
"version": "1.0.0-rc1",
"version": "1.1.0-rc1",
"description": "Grafana's TypeScript config",

@@ -12,3 +12,6 @@ "keywords": [

],
"repository": "github:grafana/tsconfig-grafana",
"repository": {
"type": "git",
"url": "http://github.com/grafana/tsconfig-grafana.git"
},
"main": "tsconfig.json",

@@ -15,0 +18,0 @@ "files": [

# grafana-tsconfig
> Grafana's TypeScript config
> Grafana's [TypeScript](https://typescriptlang.org) config.
## Installation
```shell
npm install @grafana/tsconfig
yarn add @grafana/tsconfig --dev
```
or:
```shell
npm install @grafana/tsconfig --save-dev
```
## Usage
```json
{
"extends": "@grafana/tsconfig"
}
```
or:
```json
{
"extends": "@grafana/tsconfig/base.json"
}
```
## Publishing
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.
```shell
npm version [<newversion> | major | minor | patch ]
```
Also be sure to update any official packages that depend on this with fixes and version increases.
## Versioning
It's probable that *any* change will be a breaking one, so it's best to stick to major version releases.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc