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