You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
/*
|
|
|
|
|
* ⚠️⚠️⚠️ THIS FILE WAS SCAFFOLDED BY `@grafana/create-plugin`. DO NOT EDIT THIS FILE DIRECTLY. ⚠️⚠️⚠️
|
|
|
|
|
*
|
|
|
|
|
* In order to extend the configuration follow the steps in .config/README.md
|
|
|
|
|
*/
|
|
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"alwaysStrict": true,
|
|
|
|
|
"declaration": false,
|
|
|
|
|
"rootDir": "../src",
|
|
|
|
|
"baseUrl": "../src",
|
|
|
|
|
"typeRoots": ["../node_modules/@types"],
|
|
|
|
|
"resolveJsonModule": true
|
|
|
|
|
},
|
|
|
|
|
"include": ["../src", "./types"],
|
|
|
|
|
"extends": "@grafana/tsconfig"
|
|
|
|
|
}
|