mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"moduleResolution": "Node16",
|
|
"declaration": false,
|
|
"allowJs": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"extends": "@grafana/tsconfig"
|
|
}
|