From c1bcc47cb5433a9c3da3123d607aea816a5642be Mon Sep 17 00:00:00 2001 From: Alex Grozav Date: Fri, 11 Nov 2022 18:05:21 +0200 Subject: [PATCH] fix: Fix inferred type of X cannot be named error after pnpm update (no-changelog) (#4585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: Fix inferred type of X cannot be named error after pnpm update * preserve symlinks for `cli` Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ --- packages/cli/tsconfig.json | 1 + tsconfig.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/tsconfig.json b/packages/cli/tsconfig.json index 6dda22b70d..436428fd14 100644 --- a/packages/cli/tsconfig.json +++ b/packages/cli/tsconfig.json @@ -4,6 +4,7 @@ "rootDir": ".", "types": ["node", "jest"], "noEmit": true, + "preserveSymlinks": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "baseUrl": "src", diff --git a/tsconfig.json b/tsconfig.json index a3a56b4187..986eb63ac6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "incremental": true, "declaration": true, "sourceMap": true, - "preserveSymlinks": true, "skipLibCheck": true }, "exclude": ["**/dist/**/*", "**/node_modules/**/*"]