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