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