mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
bf0235c113
Co-authored-by: Teffen Ellis <teffen@nirri.us>
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "@goauthentik/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|