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