diff --git a/tsconfig.base.json b/tsconfig.base.json index 7ff1d9b05..6b56c6768 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -3,7 +3,7 @@ "compilerOptions": { "rootDir": ".", "target": "ES2020", - "module": "ES6", + "module": "esnext", "sourceMap": true, "declaration": true, "moduleResolution": "node",