// tsconfig.json or jsconfig.json { "compilerOptions": { "baseUrl": ".", "paths": { "@/design-system/*": ["components/design-system/*"] } } }