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