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