web: update tsconfig

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-14 22:14:30 +02:00
parent 4882de6ade
commit 669b5db8e5
1 changed files with 1 additions and 1 deletions

View File

@ -43,8 +43,8 @@ gen-web:
-g typescript-fetch \
-o /local/web/api \
--additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=authentik-api,npmVersion=1.0.0
# npm i runs tsc as part of the installation process
cd web/api && npm i
cd web/api && npx tsc
gen-outpost:
docker run \