mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
cae3b4c6e6
* grafana/schema: Make composable types part of the package * Add glob as dev dependency * Review
12 lines
244 B
JSON
12 lines
244 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "./dist/esm",
|
|
"emitDeclarationOnly": true,
|
|
"isolatedModules": true,
|
|
"rootDirs": ["."]
|
|
},
|
|
"exclude": ["dist/**/*"],
|
|
"extends": "@grafana/tsconfig",
|
|
"include": ["src/**/*.ts*"]
|
|
}
|