Fix theme config missing from tsconfig

This commit is contained in:
Filip Tibell 2023-09-17 13:29:00 -05:00
parent 57fbbd7ac9
commit 3a33284694
No known key found for this signature in database

View file

@ -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"]
}