rk
2026-03-04 2af18c8ad2834fe18b38f57118cab7073bdb8ad0
1
2
3
4
5
6
7
8
9
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}