/ jsconfig.json
jsconfig.json
1  {
2    "compilerOptions": {
3      "paths": {
4        "@/*": ["./*"]
5      }
6    }
7  }