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