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