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