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