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