chore(vscode): set typescript.preferences.preferTypeOnlyAutoImports
Some checks failed
Build Docker image / docker-arm64 (push) Successful in 1m10s
Build / build (push) Failing after 1m14s
Build Docker image / docker-amd64 (push) Successful in 56s

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

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

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