mirror of https://github.com/grafana/grafana.git
Grafana Toolkit: Fix broken build directory structure (#67544)
fix(grafana-toolkit): make sure to build into cli directory so relative paths work
This commit is contained in:
parent
149adb0992
commit
7bceab4ad4
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"declarationDir": "dist/src",
|
||||
"declarationDir": "dist/src/cli",
|
||||
"module": "commonjs",
|
||||
"outDir": "dist/src",
|
||||
"outDir": "dist/src/cli",
|
||||
"rootDirs": ["."],
|
||||
"paths": {
|
||||
"@grafana/toolkit": ["."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue