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