before make git

This commit is contained in:
Alex Ant
2026-01-20 21:23:02 +05:00
parent dff4579f28
commit 142b87dd67
39 changed files with 2052 additions and 171 deletions
+4 -1
View File
@@ -67,5 +67,8 @@
// Оптимизация для больших монорепозиториев
"typescript.disableAutomaticTypeAcquisition": true,
"typescript.surveys.enabled": false
"typescript.surveys.enabled": false,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
}