chore(nuxt): ignore typescript nitpick

This commit is contained in:
parent f57fd2df84
commit be0107b415
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -56,6 +56,7 @@ export default defineNuxtConfig({
maxAgeInSeconds: 14 * 24 * 60 * 60,
// sameSiteAttribute: ,
},
// @ts-ignore
sessionDataType: {} as IUser,
endpoints: {
signUp: { path: "/register", method: "post" },