liukangdong
2024-09-25 75310c871f4cb82a6985161fbc7e3c7d86f066a4
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}