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