aboutsummaryrefslogblamecommitdiff
path: root/client/jsconfig.json
blob: 0486e3bb36a61e1edecbb0c4cebcab54853661fe (plain) (tree)
1
2
3
4
5
6
7
8
9








                                     
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}