1{
2    "compilerOptions": {
3        "baseUrl": ".",
4        "paths": {
5            "@/*": ["./*"]
6          }
7    }
8}