diff --git a/tsconfig.json b/tsconfig.json index 575ca2b..f54d304 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", "theme.config.tsx", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules"] }