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