diff --git a/tsconfig.json b/tsconfig.json index cf594759..99e86715 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "esnext", - "target": "esnext", + "module": "ESNext", + "target": "ESNext", "declaration": true, "isolatedModules": true, "esModuleInterop": true,