mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
avatar build fix
This commit is contained in:
@ -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",
|
||||
|
||||
@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user