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