chore(vscode): set typescript.preferences.preferTypeOnlyAutoImports

This commit is contained in:
Sainan 2025-08-27 22:59:03 +02:00
parent 6771a129f5
commit 1439fdc083

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"typescript.preferences.preferTypeOnlyAutoImports": true
}