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