diff --git a/tsconfig.json b/tsconfig.json index b1cdfdf..bb49a0d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "baseUrl": ".", "allowJs": true, "skipLibCheck": true, + "lib": ["ES2018", "DOM", "DOM.Iterable"], "paths": { "@/*": ["./src/*"], "services/*": ["src/services/*"], @@ -20,7 +21,5 @@ "path": "./tsconfig.vite-config.json" } ], - "exclude": [ - "node_modules" - ] + "exclude": ["node_modules"] }