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:
Tom Ratcliffe 2024-12-09 13:32:01 +00:00 committed by GitHub
parent 1b717e97d3
commit 6435e36b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*",