From a9690b1397b06180899053e1d17b0f88eb75bc99 Mon Sep 17 00:00:00 2001 From: "haifeng.li" Date: Wed, 18 Sep 2024 19:33:18 -0700 Subject: [PATCH] test: change --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8956dfd..1579781 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,8 @@ "compilerOptions": { "composite": true /* Enable constraints that allow a TypeScript project to be used with project references. */, "target": "es2016" /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */, - "module": "NodeNext" /* Specify what module code is generated. */, - "moduleResolution": "NodeNext" /* Specify how TypeScript looks up a file from a given module specifier. */, + "module": "ESNext" /* Specify what module code is generated. */, + "moduleResolution": "Bundler" /* Specify how TypeScript looks up a file from a given module specifier. */, "types": [ "jest" ] /* Specify type package names to be included without being referenced in a source file. */,