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