liukangdong
2025-02-08 105be897f4e9555c2d3166a13278bbad78e2ef35
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}