From 0a03e5b321fde7fd2cd976d567685fe09f457264 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 26 Jun 2024 03:57:32 +0200 Subject: [PATCH 1/2] Revert "Revert "Add `outDir` property"" This reverts commit b8f4a5b50d722a23a79f89716d1e9f97057c2c37. --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 660367a..56d2a5d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,6 @@ { "compilerOptions": { - // Disabled because of https://github.com/Microsoft/TypeScript/issues/29172 - // "outDir": "dist", - + "outDir": "${configDir}/distribution", "module": "node16", "moduleResolution": "node16", "moduleDetection": "force", From bc09addb5851feba558d533260e40995422674e3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 26 Jun 2024 03:57:55 +0200 Subject: [PATCH 2/2] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bc5566..b713506 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sindresorhus/tsconfig", - "version": "5.1.1", + "version": "6.0.0", "description": "Shared TypeScript config for my projects", "license": "MIT", "repository": "sindresorhus/tsconfig",