diff --git a/tsconfig.json b/tsconfig.json index de5b1908..209769d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,8 +6,8 @@ "allowJs": true, "newLine": "lf", "jsx": "preserve", + "module": "ESNext", "target": "ESNext", - "module": "NodeNext", "skipLibCheck": true, "noUnusedLocals": true, "esModuleInterop": true,