ll
liukangdong
2024-09-24 ea6977b49ad96223358978bd3a8e781e7cc39840
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}