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