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