summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-21 07:08:07 +0100
committerRory& <root@rory.gay>2026-01-21 07:09:54 +0100
commit7b48c2bdd15f4ca6fddbde2a09c622810841f7d3 (patch)
tree5f6524f63eccb86ea6cec58a827e8a622fbb6bba
parentoops, left some .orig files in ajv patch (diff)
downloadserver-ts-7b48c2bdd15f4ca6fddbde2a09c622810841f7d3.tar.xz
Fix tsconfig for tsgo
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json

index fa433514..b320cf88 100644 --- a/tsconfig.json +++ b/tsconfig.json
@@ -6,7 +6,7 @@ /* Projects */ "incremental": true /* Save .tsbuildinfo files to allow for incremental compilation of projects. */, // "composite": true, /* Enable constraints that allow a TypeScript project to be used with project references. */ - "tsBuildInfoFile": "./dist/.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ + "tsBuildInfoFile": "./dist/src.tsbuildinfo", /* Specify the path to .tsbuildinfo incremental compilation file. */ // "disableSourceOfProjectReferenceRedirect": true, /* Disable preferring source files instead of declaration files when referencing composite projects. */ // "disableSolutionSearching": true, /* Opt a project out of multi-project reference checking when editing. */ // "disableReferencedProjectLoad": true, /* Reduce the number of projects loaded automatically by TypeScript. */