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