mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "@goauthentik/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|