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