ll
liukangdong
2024-09-26 6d3886ba1e4b3630da947a7a046433feb3759d17
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}