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