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