open-nomad/ui/jsconfig.json
Phil Renaud e9a114e249 [ui] Web sign-in with JWT (#16625)
* Bones of JWT detection

* JWT to token pipeline complete

* Some live-demo fixes for template language

* findSelf and loginJWT funcs made async

* Acceptance tests and mirage mocks for JWT login

* [ui] Allow for multiple JWT auth methods in the UI (#16665)

* Split selectable jwt methods

* repositions the dropdown to be next to the input field
2023-03-30 09:40:12 +02:00

7 lines
122 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"target": "es2015",
"moduleResolution": "node"
}
}