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