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/*"],
"@lib/*": ["./lib/*"],
"@styles/*": ["/styles/*"],
"@santa/*": ["images/santa/*"],
"@images/*": ["images/*"],
"@santa/*": ["./images/santa/*"],
"@images/*": ["./images/*"],
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],