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