mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Scenes: Use @grafana/scenes (#60972)
* Use @grafana/scenes WIP * Use @grafana/scenes package * Use released @grafana/scenes * Fix template_srv test
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"resolveJsonModule": true,
|
||||
"useUnknownInCatchVariables": true,
|
||||
"incremental": true,
|
||||
"tsBuildInfoFile": "./tsconfig.tsbuildinfo"
|
||||
"tsBuildInfoFile": "./tsconfig.tsbuildinfo",
|
||||
"preserveSymlinks": true
|
||||
},
|
||||
"extends": "@grafana/tsconfig/base.json",
|
||||
"include": [
|
||||
|
||||
Reference in New Issue
Block a user