Skip to content

Commit

Permalink
Merge pull request #8 from grafana/ash/update-tsconfig-target
Browse files Browse the repository at this point in the history
Chore: Update tsconfig target to es2018 + bump version
  • Loading branch information
ashharrison90 authored Aug 19, 2024
2 parents 510ccd0 + aec5aee commit 6a30cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"pretty": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "es6"
"target": "es2018"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Grafana Labs",
"license": "Apache-2.0",
"name": "@grafana/tsconfig",
"version": "1.3.0-rc1",
"version": "2.0.0",
"description": "Grafana's TypeScript config",
"keywords": [
"grafana",
Expand Down

0 comments on commit 6a30cbf

Please sign in to comment.