Plugins: add a bundle plugins folder (#20850)

This commit is contained in:
Ryan McKinley
2020-04-07 00:04:24 -07:00
committed by GitHub
parent 553f50e4f5
commit 03e3ddcbdb
25 changed files with 411 additions and 10 deletions
@@ -0,0 +1,9 @@
{
"extends": "../../../packages/grafana-toolkit/src/config/tsconfig.plugin.json",
"include": ["src", "types"],
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "./src",
"typeRoots": ["./node_modules/@types"]
}
}