diff --git a/tsconfig.json b/tsconfig.json index 811b9a6c6..d90767bb3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,20 +18,20 @@ "paths": { "contentlayer/generated": ["./.contentlayer/generated"], "@/*": ["./src/*"], - "@@/*": ["./*"] + "@@/*": ["./*"], }, "plugins": [ { - "name": "next" - } - ] + "name": "next", + }, + ], }, "include": [ ".contentlayer/generated", "next-env.d.ts", "**/*.ts", "**/*.tsx", - ".next/types/**/*.ts" + ".next/types/**/*.ts", ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "code"], }