fix: import issues & added @styles import

This commit is contained in:
Elie Baier 2023-12-05 20:54:39 +01:00
parent 394f39d073
commit 6358294587
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@
"paths": {
"@/*": ["./*"],
"@components/*": ["./components/*"],
"@lib/*": ["lib/*"],
"@lib/*": ["./lib/*"],
"@styles/*": ["./styles/*"],
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],