mirror of https://github.com/grafana/grafana.git
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/*"]
|
||||
}
|
||||
},
|
||||
"ts-node": {
|
||||
"compilerOptions": {
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node"
|
||||
}
|
||||
},
|
||||
"extends": "@grafana/tsconfig/base.json",
|
||||
"include": [
|
||||
"public/app/**/*.ts*",
|
||||
|
|
Loading…
Reference in New Issue