all repos — website @ 6e947c38b7f27a7a320600c70b55afd8f92f534c

My website

tsc: store build info file out of the way
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:16:56 +0200
commit

6e947c38b7f27a7a320600c70b55afd8f92f534c

parent

c6d1ef68b084883936d9464037bee0831b51bc9b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tsconfig.jsontsconfig.json
@@ -1,6 +1,7 @@ {
   "compilerOptions": {
     "lib": ["ES2017", "ES2019", "ESNext"],
+    "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo",
     "module": "esnext",
     "target": "esnext",
     "moduleResolution": "bundler",