sric
2025-11-20 46f7341619fccd06bcc8000ebfe348e0e0f3b0bc
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}