diff --git a/graphile/graphile-scoped-introspection/tsconfig.esm.json b/graphile/graphile-scoped-introspection/tsconfig.esm.json index f624f9670..d1eeea7f6 100644 --- a/graphile/graphile-scoped-introspection/tsconfig.esm.json +++ b/graphile/graphile-scoped-introspection/tsconfig.esm.json @@ -2,6 +2,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "outDir": "dist/esm", - "module": "ESNext" + "module": "es2022", + "moduleResolution": "bundler" } }