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