diff --git a/tsconfig.json b/tsconfig.json index 42db6464f66..cb0cb7e8261 100644 --- a/tsconfig.json +++ b/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*",