diff --git a/tsconfig.json b/tsconfig.json index e98f8f43de..2aeba6b4a9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,11 +2,11 @@ "compilerOptions": { "baseUrl": ".", "target": "esnext", - "module": "esnext", + "module": "nodenext", "rootDir": "./src", "outDir": "./dist", "strict": true, - "moduleResolution": "Node", + "moduleResolution": "nodenext", "esModuleInterop": true, "skipLibCheck": true },