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