1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00

fix: import issues & added @styles import

This commit is contained in:
2023-12-05 20:54:39 +01:00
parent 394f39d073
commit 6358294587

View File

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