mirror of
https://github.com/grafana/grafana.git
synced 2025-01-21 22:13:38 -06:00
Chore: Fix yarn generate-apis
command (#97639)
Fix `yarn generate-apis` command https://github.com/reduxjs/redux-toolkit/issues/4470
This commit is contained in:
parent
1b717e97d3
commit
6435e36b64
@ -16,6 +16,12 @@
|
|||||||
"@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"]
|
"@grafana/schema/dist/esm/*": ["../packages/grafana-schema/src/*"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ts-node": {
|
||||||
|
"compilerOptions": {
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "Node"
|
||||||
|
}
|
||||||
|
},
|
||||||
"extends": "@grafana/tsconfig/base.json",
|
"extends": "@grafana/tsconfig/base.json",
|
||||||
"include": [
|
"include": [
|
||||||
"public/app/**/*.ts*",
|
"public/app/**/*.ts*",
|
||||||
|
Loading…
Reference in New Issue
Block a user