Chore: Fix `yarn generate-apis` command (#97639)

Fix `yarn generate-apis` command

https://github.com/reduxjs/redux-toolkit/issues/4470
pull/97653/head
Tom Ratcliffe 7 months ago committed by GitHub
parent 1b717e97d3
commit 6435e36b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      tsconfig.json

@ -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…
Cancel
Save