zhaoxiaoqiang
2023-09-07 05166e6f2dc2e46219f6c3f82b6cc407f78c234e
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}