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