rk
2025-11-20 69758b26403c3c97ad35c2c76125a1ff36a3e9d0
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}