next.js/examples/cms-buttercms/jsconfig.json
jsconfig.json11 lines169 B
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/components/*": ["components/*"],
      "@/lib/*": ["lib/*"],
      "@/css/*": ["css/*"]
    }
  }
}
Quest for Codev2.0.0
/
SIGN IN