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", 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",