MrShi
2024-11-30 ef7f644b88bb63395f511ec74a01e0c3c3e52320
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}