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