This commit is contained in:
Joseph J Helfenbein
2025-01-25 00:55:08 -05:00
parent e79aeffdc3
commit e3aff8c229
7 changed files with 324 additions and 2 deletions

View File

@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/connectDB.js"],
"exclude": ["node_modules"]
}