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

fixup: remove paths from tsconfig

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

代码差异

1 个文件 +1 -4
Modified tsconfig.json +1 -4
@@ -105,9 +105,6 @@
105 105
106 106 /* Completeness */
107 107 // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
108 "skipLibCheck": true /* Skip type checking all .d.ts files. */,
109 "paths": {
110 "@/*": ["./*"]
111 }
108 "skipLibCheck": true /* Skip type checking all .d.ts files. */
112 109 }
113 110 }