mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
d91dcf4eef
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist/esm",
|
|
},
|
|
}
|