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