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