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