From c1b158cbf0ecd6841c4ac38c9de6f0a325cfcedc Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 3 Aug 2022 15:01:35 +1000 Subject: [PATCH] feat: set tsbuildinfo file in dist directory So that when deleting the `dist` directory, the file gets deleted too. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b958d4581f..7b01b30897 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,7 @@ "sourceMap": true, "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */, "resolveJsonModule": true /* Include modules imported with .json extension. */, - + "tsBuildInfoFile": "dist/.tsbuildinfo", "strict": true /* Enable all strict type-checking options. */, /* Strict Type-Checking Options */