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