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