refactor: improve news and email handling, style, folder structure (#16)
This commit is contained in:
@@ -19,9 +19,14 @@
|
||||
}
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./app/*"]
|
||||
"@app/*": ["./app/*"],
|
||||
"@components/*": ["./components/*"],
|
||||
"@contexts/*": ["./contexts/*"],
|
||||
"@hooks/*": ["./hooks/*"],
|
||||
"@prisma/*": ["./prisma/*"],
|
||||
"@utils/*": ["./utils/*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
|
||||
"exclude": ["node_modules", ".next", ".vercel"]
|
||||
"exclude": ["node_modules", ".yarn", ".next", ".vercel"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user