fix(frontend): remove node types from frontend tsconfig to clear IDE warning

This commit is contained in:
VPS 4 Builder
2026-05-13 15:41:15 +02:00
parent 8c02daf666
commit b9dd79d484
+1 -3
View File
@@ -10,9 +10,7 @@
"DOM.Iterable"
],
"skipLibCheck": true,
"types": [
"node"
],
"types": [],
"moduleResolution": "bundler",
"isolatedModules": true,
"moduleDetection": "force",