riku
2025-01-03 68ba3376731aa7a5760ba5fce1dc6ba0c80982b4
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}