grafana/plugins-bundled/internal/input-datasource/tsconfig.json
Ryan McKinley 1e03bb2895
Bundled Plugins: fix build issues with DirectInput (#23640)
* pass query error

* and the root

* not optional

* building bundled plugin

* missing file

* remove other branch

* fix prettier
2020-04-19 07:05:25 +02:00

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"]
}
}