web
2025-04-29 51eeb5d0acba9b783e5c939c1fad4beffcaef8b2
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  }
}