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