返回提交历史
Modified
tsconfig.json
+1
-1
XFEstudio/SpaceNinjaServer
chore: npm run prettier
13721352
代码差异
1 个文件
+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. */