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