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