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