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