REST Service for POPCORN - ILIAS
alex
2025-07-11 e02fc7b5dd8008ef2a0f2746f324a64b6d9cb64a
1
2
3
4
5
6
7
8
{
  "compilerOptions": {
    "paths": {
      "@/*": ["./src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}