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