mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
492bdbd585
* kindsys: Rename mudball to common schemas * Update all core plugin imports * Add missed table types * Remove invalid JSON comment * Remove coremodel dir from codeowners
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "./compiled",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": true,
|
|
"rootDirs": ["."]
|
|
},
|
|
"exclude": ["dist/**/*"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*"]
|
|
}
|