fix to linting
This commit is contained in:
parent
538358b4ee
commit
3d2396ccb8
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue