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