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