diff --git a/packages/build/config/tsconfig.common.json b/packages/build/config/tsconfig.common.json index 8d69c2baae2a..75710e4a6947 100644 --- a/packages/build/config/tsconfig.common.json +++ b/packages/build/config/tsconfig.common.json @@ -16,9 +16,9 @@ "incremental": true, "lib": ["es2020"], - "module": "commonjs", + "module": "node16", "esModuleInterop": true, - "moduleResolution": "node", + "moduleResolution": "node16", "target": "es2018", "sourceMap": true, "declaration": true,