mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
f5a6136a58
web: Use consistent TSConfig.
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist/esm",
|
|
},
|
|
}
|