diff --git a/tsconfig.json b/tsconfig.json index f505b86..167c520 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,8 +2,7 @@ "compilerOptions": { "target": "ESNext", "lib": ["ESNext"], - "module": "ESNext", - "moduleResolution": "nodenext", + "module": "NodeNext", "baseUrl": "./", "declaration": true, "sourceMap": false,