diff --git a/tsconfig.json b/tsconfig.json index 98c7dcdb..0f625637 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], - "module": "esnext", + "module": "node16", "target": "es2015", "allowJs": false,