avatar build fix

This commit is contained in:
Timur Ercan
2023-01-12 14:30:32 +01:00
parent 6c1dea86a2
commit 2f30d1b63f
4 changed files with 11 additions and 5 deletions

View File

@ -16,7 +16,6 @@
"@tailwindcss/forms": "^0.5.3",
"@types/bcryptjs": "^2.4.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"avatar-from-initials": "^1.0.3",
"bcryptjs": "^2.4.3",

View File

@ -15,6 +15,11 @@
"jsx": "preserve",
"incremental": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"../../packages/types/*.d.ts"
],
"exclude": ["node_modules", "../../packages/types/next-auth.d.ts"]
}