Docs
Installation

Installation

How to install dependencies and structure your app.

Frameworks

TypeScript

To configure import aliases, you can use the following tsconfig.json:

{
  "compilerOptions": {
    "paths": {
      "@/*": ["./*"]
    }
  }
}