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