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