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