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