From 4238bfcb27e6d649067ac4c5494aacd9d99e3b41 Mon Sep 17 00:00:00 2001 From: Tom Meagher Date: Mon, 28 Aug 2023 15:42:51 -0400 Subject: [PATCH] chore: root tsconfig --- tsconfig.base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 727fc6a041..55428d3796 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -28,7 +28,7 @@ // Language and environment "moduleResolution": "NodeNext", - "module": "ESNext", + "module": "NodeNext", "target": "ES2021", // Setting this to `ES2021` enables native support for `Node v16+`: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping. "lib": [ "ES2022", // By using ES2022 we get access to the `.cause` property on `Error` instances.