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

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