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