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