From 6e947c38b7f27a7a320600c70b55afd8f92f534c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Apr 2024 22:16:56 +0200 Subject: tsc: store build info file out of the way --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 4b0a101..c0eaa53 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "lib": ["ES2017", "ES2019", "ESNext"], + "tsBuildInfoFile": ".cache/tsconfig.tsbuildinfo", "module": "esnext", "target": "esnext", "moduleResolution": "bundler", -- cgit 1.4.1