返回提交历史
Modified
tsconfig.json
+1
-4
XFEstudio/SpaceNinjaServer
fixup: remove paths from tsconfig
c52f7dce
代码差异
1 个文件
+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
}