{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"],
       "@components/*": ["components/*"],
       "@img/*": ["public/images/*"],
       "@context/*": ["app/context/*"],
    }
  }
}