diff --git a/tsconfig.json b/tsconfig.json index 2a3d70f..fe9a9e9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "target": "ES2020", "module": "CommonJS", - "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true,