mirror of
https://github.com/goauthentik/authentik
synced 2026-05-13 18:36:56 +02:00
* web: Flesh out Playwright. web: Flesh out slim tests. * web/e2e: Sessions * web: Update tests. * web: Fix missing git hash when using docker as backend. * Fix selectors. * web: Flesh out a11y in wizard elements. * web: Flesh out provider tests.
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"target": "es2022",
|
|
"types": [
|
|
"node",
|
|
"@wdio/globals/types",
|
|
"expect-webdriverio",
|
|
"@wdio/mocha-framework",
|
|
"@types/mocha"
|
|
],
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"strict": true,
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
},
|
|
"include": ["."]
|
|
}
|