From e29847d7406ce863fdcff45f9ea414d21897fa16 Mon Sep 17 00:00:00 2001 From: Mark Maher <100785809+Marco5dev@users.noreply.github.com> Date: Sat, 27 Apr 2024 00:31:46 +0300 Subject: [PATCH] Change TSBuildInfo file location The `tsbuildinfo` file location has been removed from the `tsconfig.json` file. The `incremental` and `composite` flags are still set to true. The ` --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 589823c..d243edc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "module": "CommonJS", "incremental": true, "composite": true, - "tsBuildInfoFile": "./.tsbuildinfo", "moduleResolution": "node", "declaration": true, "declarationMap": true,