From 29e050c8aafc23d49eda60b95f0d282666b8f6f0 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Mon, 30 Sep 2024 16:30:53 -0700 Subject: [PATCH] =?UTF-8?q?Renaing=20tsconfig=20since=20it=E2=80=99s=20no?= =?UTF-8?q?=20longer=20used=20for=20building?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/contentful/tsconfig.json | 2 +- packages/next/tsconfig.json | 2 +- packages/react/tsconfig.json | 2 +- packages/sanity-next/tsconfig.json | 2 +- tsconfig.json | 2 +- tsconfig.build.json => tsconfig.shared.json | 2 -- 6 files changed, 5 insertions(+), 7 deletions(-) rename tsconfig.build.json => tsconfig.shared.json (93%) diff --git a/packages/contentful/tsconfig.json b/packages/contentful/tsconfig.json index 009925e..395997c 100644 --- a/packages/contentful/tsconfig.json +++ b/packages/contentful/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.build.json", + "extends": "../../tsconfig.shared.json", "compilerOptions": { "outDir": "./dist/" }, diff --git a/packages/next/tsconfig.json b/packages/next/tsconfig.json index 009925e..395997c 100644 --- a/packages/next/tsconfig.json +++ b/packages/next/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.build.json", + "extends": "../../tsconfig.shared.json", "compilerOptions": { "outDir": "./dist/" }, diff --git a/packages/react/tsconfig.json b/packages/react/tsconfig.json index 009925e..395997c 100644 --- a/packages/react/tsconfig.json +++ b/packages/react/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.build.json", + "extends": "../../tsconfig.shared.json", "compilerOptions": { "outDir": "./dist/" }, diff --git a/packages/sanity-next/tsconfig.json b/packages/sanity-next/tsconfig.json index 009925e..395997c 100644 --- a/packages/sanity-next/tsconfig.json +++ b/packages/sanity-next/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.build.json", + "extends": "../../tsconfig.shared.json", "compilerOptions": { "outDir": "./dist/" }, diff --git a/tsconfig.json b/tsconfig.json index 3e76238..85f8092 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "./tsconfig.build.json", + "extends": "./tsconfig.shared.json", "compilerOptions": { "baseUrl": "./" }, diff --git a/tsconfig.build.json b/tsconfig.shared.json similarity index 93% rename from tsconfig.build.json rename to tsconfig.shared.json index b4786a1..6139f78 100644 --- a/tsconfig.build.json +++ b/tsconfig.shared.json @@ -2,8 +2,6 @@ "compilerOptions": { "target": "es2022", "module": "es2022", - "declaration": true, - "outDir": "./dist", "strict": true, "jsx": "react-jsx",