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