jiangping
2024-11-07 4c2bae1c7e6f84699091a7e094120808137138dc
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}