{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": "./*"
    }
  },
  "include": ["next.config.js", "**/*.js", "**/*.jsx"]
}
