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