tj
2025-03-17 0b058116985f0b3415f01c69c1735e1f6a7b51ea
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}