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