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.
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"supportsES6": true,
|
|
"npmName": "@gandalf/api",
|
|
"npmVersion": "0.0.1",
|
|
"withInterfaces": true,
|
|
"ngVersion": "19.1.0",
|
|
"providedInRoot": true,
|
|
"useOverride": true
|
|
} |