riku
2025-02-27 8677a0d69c5fb7baeda0aa315d73bbfc272d31ab
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}