mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
28 lines
580 B
JSON
28 lines
580 B
JSON
// @file TSConfig used by the docs package during development.
|
|
//
|
|
// @remarks
|
|
// While this configuration will influence the IDE experience,
|
|
// Docusaurus will instead use an internal configuration to build the site.
|
|
//
|
|
// @see https://docusaurus.io/docs/typescript-support
|
|
{
|
|
"extends": "./tsconfig.base.json",
|
|
"files": [],
|
|
"references": [
|
|
{
|
|
"path": "./docusaurus-theme"
|
|
},
|
|
|
|
{
|
|
"path": "./api"
|
|
},
|
|
|
|
{
|
|
"path": "./integrations"
|
|
},
|
|
{
|
|
"path": "./docs"
|
|
}
|
|
]
|
|
}
|