fix to linting

This commit is contained in:
timhaller 2023-12-10 21:40:16 +01:00
parent 538358b4ee
commit 3d2396ccb8
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
"@components/*": ["./components/*"], "@components/*": ["./components/*"],
"@lib/*": ["./lib/*"], "@lib/*": ["./lib/*"],
"@styles/*": ["/styles/*"], "@styles/*": ["/styles/*"],
"@santa/*": ["images/santa/*"], "@santa/*": ["./images/santa/*"],
"@images/*": ["images/*"], "@images/*": ["./images/*"],
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],