forgot these in my last commit

This commit is contained in:
2024-06-11 02:24:05 +02:00
parent 86eb422dd5
commit e84ce38604
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
"@/*": ["./src/*"],
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/admin/page.tsx.bak", "src/app/admin/[...slug]/page.tsx.bak"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/shared/news/article.mdx"],
"exclude": ["node_modules"]
}