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