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