web: update tsconfig
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
4882de6ade
commit
669b5db8e5
2
Makefile
2
Makefile
|
@ -43,8 +43,8 @@ gen-web:
|
||||||
-g typescript-fetch \
|
-g typescript-fetch \
|
||||||
-o /local/web/api \
|
-o /local/web/api \
|
||||||
--additional-properties=typescriptThreePlus=true,supportsES6=true,npmName=authentik-api,npmVersion=1.0.0
|
--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 && npm i
|
||||||
cd web/api && npx tsc
|
|
||||||
|
|
||||||
gen-outpost:
|
gen-outpost:
|
||||||
docker run \
|
docker run \
|
||||||
|
|
Reference in New Issue