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