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