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