diff --git a/tsconfig.json b/tsconfig.json index 02e62e0..4529bfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "node", "vite/client" ], - "target": "ESNext", - "module": "ESNext", + "target": "esnext", + "module": "esnext", "strict": true, "importHelpers": true, "moduleResolution": "node", @@ -29,7 +29,7 @@ "removeComments": true, "isolatedModules": true, "lib": [ - "ESNext" + "esnext" ], "rootDir": ".", "baseUrl": ".",