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