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: enable "incremental" in tsconfig (#1082)

This should make subsequent runs of `npm run build` a bit faster. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/1082

530713ce
Sainan <sainan@calamity.inc>
提交于

代码差异

1 个文件 +1 -1
Modified tsconfig.json +1 -1
@@ -3,7 +3,7 @@
3 3 /* Visit https://aka.ms/tsconfig to read more about this file */
4 4
5 5 /* Projects */
6 // "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
6 "incremental": true, /* Save .tsbuildinfo files to allow for incremental compilation of projects. */
7 7 // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */
8 8 // "tsBuildInfoFile": "./.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */
9 9 // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */