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