XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore(vscode): set typescript.preferences.preferTypeOnlyAutoImports

1439fdc0
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +3 -0
Added .vscode/settings.json +3 -0
@@ -0,0 +1,3 @@
1 {
2 "typescript.preferences.preferTypeOnlyAutoImports": true
3 }