aboutsummaryrefslogtreecommitdiff
path: root/frontend/tsconfig.paths.json
blob: 2a33687f59bcb1d5682aaad8c281e5714b4d9f30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "compilerOptions": {
      "baseUrl": "src",
      "paths": {
        "@api/*": ["api/*"],
        "@components/*": ["components/*"],
        "@css/*": ["css/*"],
        "@fonts/*": ["fonts/*"],
        "@hooks/*": ["hooks/*"],
        "@images/*": ["images/*"],
        "@pages/*": ["pages/*"],
        "@customTypes/*": ["types/*"],
        "@utils/*": ["utils/*"]
      }
    }
  }