mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 10:28:22 +02:00
root: move API client generation to docker-compose (#17434)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
committed by
GitHub
parent
296b348bd2
commit
d91dcf4eef
7
scripts/api/ts-templates/tsconfig.esm.mustache
Normal file
7
scripts/api/ts-templates/tsconfig.esm.mustache
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist/esm",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user