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