doum
2025-12-08 794887f5372cdf2daf5e5f31bba3aa5afc166040
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}