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