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