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