From 4903c44857a3eba03d32dd90c4cdfbe888225705 Mon Sep 17 00:00:00 2001 From: Apteryx Date: Sat, 21 Sep 2024 18:16:10 +1200 Subject: [PATCH] chore: remove entry from tsconfig --- website/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/tsconfig.json b/website/tsconfig.json index 904a70b6..20dba024 100644 --- a/website/tsconfig.json +++ b/website/tsconfig.json @@ -29,8 +29,7 @@ "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", - "postcss.config.cjs", - "content/carbon/plugins/index.mdx" + "postcss.config.cjs" ], "exclude": ["node_modules"] }