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