summary refs log tree commit diff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-04-18 14:19:54 +0200
committerRory& <root@rory.gay>2026-04-18 14:19:54 +0200
commit53dbce30d6090d8803a6898442ede5156cf15aef (patch)
tree40746aa81de44ccaed24fefea64cffe26201031b /tsconfig.json
parentAttachment -> PublicAttachment in schemas (diff)
downloadserver-ts-dev/bigint-pk.tar.xz
Run prettier, remove accidental imports github/dev/bigint-pk dev/bigint-pk
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json

index b320cf88..20433a12 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/src.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. */