zhanghua
2024-09-14 46e5592169f0045fcb40d175c21ea3a1e9aeb593
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}