diff --git a/tsconfig.json b/tsconfig.json index 08fa790..c440b49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,7 @@ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "inlineSourceMap": false, - "module": "nodenext", + "module": "NodeNext", "moduleResolution": "node", "noImplicitAny": true, "skipLibCheck": true,