chris ae59139fdf Update code-gen to generate Angular client for Palantir API
Modified the Docker setup to generate a TypeScript-Angular client from the Palantir API. Added configuration options via a new `options.json` file and updated paths to align with the Angular frontend. Adjusted the script to replace the old client location with the updated Angular client path.
2025-06-10 21:50:49 +02:00

9 lines
179 B
JSON

{
"supportsES6": true,
"npmName": "@gandalf/api",
"npmVersion": "0.0.1",
"withInterfaces": true,
"ngVersion": "19.1.0",
"providedInRoot": true,
"useOverride": true
}