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