Toolkit: Remove deprecated plugin:build (#67485)
Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
This commit is contained in:
co-authored by
Jack Westbrook
parent
ea7e5e2d82
commit
50fb1497e5
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"author": "Grafana Labs",
|
||||
"devDependencies": {
|
||||
"@grafana/tsconfig": "^1.2.0-rc1",
|
||||
"@types/jest": "26.0.15",
|
||||
"@types/react": "18.0.28",
|
||||
"copy-webpack-plugin": "11.0.0",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"extends": "../../../packages/grafana-toolkit/src/config/tsconfig.plugin.json",
|
||||
"extends": "@grafana/tsconfig",
|
||||
"include": ["src", "types"],
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"rootDir": "./src",
|
||||
"baseUrl": "./src"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user