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