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