From b11981ee61122561456271671c91a14526a13336 Mon Sep 17 00:00:00 2001 From: kopy-kat Date: Wed, 26 Jun 2024 17:19:42 +0100 Subject: [PATCH] chore: update tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1563f3e..3bb96a7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,6 +15,6 @@ "isolatedModules": true, "jsx": "preserve" }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], + "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "theme.config.js"], "exclude": ["node_modules"] }