Answers for "react next alias import"

1

react next alias import

// tsconfig.json or jsconfig.json
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/components/*": ["components/*"]
    }
  }
}
Posted by: Guest on October-03-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language