carlfairclough / nifty-taxi-marketing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figma to NFT

Soon

(This is just a landing page repo)

Path Aliases for Absolute Imports

react-static-typescript-plugin supports path aliases since v3.1. It has been set up in this template.

// tsconfig.json
{
  // ...
    "paths": {
      "@components/*": ["src/components/*"]
    },
  // ...
}

// this works in your React app
import FancyDiv from '@components/FancyDiv'

About


Languages

Language:TypeScript 63.9%Language:JavaScript 25.5%Language:CSS 10.6%