fix(frontend): include DOM types in Vite config
Some checks failed
CI / build-and-test (pull_request) Has been cancelled

This commit is contained in:
2026-08-13 00:08:16 +03:00
parent 1b8235fa6e
commit 47f90c5389

View File

@@ -2,7 +2,7 @@
"compilerOptions": {
"composite": true,
"target": "ES2020",
"lib": ["ES2020"],
"lib": ["ES2020", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowSyntheticDefaultImports": true,