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