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