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