mirror of
https://github.com/goauthentik/authentik
synced 2026-04-26 01:25:02 +02:00
10 lines
270 B
JSON
10 lines
270 B
JSON
// @file TSConfig used during tests.
|
|
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"types": ["node", "webdriverio/async", "@wdio/cucumber-framework", "expect-webdriverio"],
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src", "./tests"]
|
|
}
|
|
}
|