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