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