19 lines
793 B
JSON
19 lines
793 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["@wdio/types", "grecaptcha", "node", "@wdio/mocha-framework", "expect-webdriverio"],
|
|
"paths": {
|
|
"@goauthentik/admin/*": ["./src/admin/*"],
|
|
"@goauthentik/common/*": ["./src/common/*"],
|
|
"@goauthentik/components/*": ["./src/components/*"],
|
|
"@goauthentik/docs/*": ["../website/docs/*"],
|
|
"@goauthentik/elements/*": ["./src/elements/*"],
|
|
"@goauthentik/flow/*": ["./src/flow/*"],
|
|
"@goauthentik/locales/*": ["./src/locales/*"],
|
|
"@goauthentik/polyfill/*": ["./src/polyfill/*"],
|
|
"@goauthentik/standalone/*": ["./src/standalone/*"],
|
|
"@goauthentik/user/*": ["./src/user/*"]
|
|
}
|
|
},
|
|
}
|