possile fix for layout

This commit is contained in:
Joseph J Helfenbein
2025-01-25 07:33:42 -05:00
parent 98161b11db
commit bb7ababb7d
4 changed files with 16 additions and 17 deletions

View File

@@ -22,6 +22,6 @@
"@/*": ["./src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/connectDB.js", "src/lib/utils.js", "src/app/(web)/account/page.jsx"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/app/api/connectDB.js", "src/lib/utils.js", "src/app/account/page.jsx"],
"exclude": ["node_modules"]
}