mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
1e03bb2895
* pass query error * and the root * not optional * building bundled plugin * missing file * remove other branch * fix prettier
10 lines
267 B
JSON
10 lines
267 B
JSON
{
|
|
"extends": "../../../packages/grafana-toolkit/src/config/tsconfig.plugin.json",
|
|
"include": ["src", "types"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"baseUrl": "./src",
|
|
"typeRoots": ["./node_modules/@types", "../../../node_modules/@types"]
|
|
}
|
|
}
|