This commit is contained in:
skidoodle 2022-03-29 23:11:39 +02:00 committed by GitHub
parent a75285d22a
commit d9ffbd1b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,8 +16,7 @@
"incremental": true, "incremental": true,
"baseUrl": ".", "baseUrl": ".",
"paths": { "paths": {
"@/styles/*": ["styles/*"], "@/*": ["styles/*", "components/*"]
"@/components/*": ["components/*"]
} }
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],