DevJourney

nextjs/nextjs.dj.upayan.dev/jsconfig.json

{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}
View on GitHub