diff --git a/packages/tsconfig-common/tsconfig.json b/packages/tsconfig-common/tsconfig.json index ae2d416..988775f 100644 --- a/packages/tsconfig-common/tsconfig.json +++ b/packages/tsconfig-common/tsconfig.json @@ -9,7 +9,7 @@ "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "lib": ["es2022"], - "module": "node16", + "module": "nodenext", "moduleResolution": "node16", "newLine": "lf", "noEmitOnError": true,