jiangping
2025-05-13 09a49f7cd53acba5261802daf491cf01a10f8d9b
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}