Update tsconfig.json

This commit is contained in:
MacRimi 2025-02-13 20:39:55 +01:00 committed by GitHub
parent 0e7397d0c2
commit 95fe0e1df7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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