mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
9 lines
160 B
JSON
9 lines
160 B
JSON
{
|
|
"extends": "@goauthentik/tsconfig",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"checkJs": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|