web
2025-07-12 335e9e425c4abe93034fe2f0d0b63354c248869c
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}