mirror of
https://github.com/goauthentik/authentik
synced 2026-05-11 17:36:35 +02:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "@goauthentik/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|