Files
authentik/web/tsconfig.test.json
2025-05-23 13:23:05 +02:00

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"]
}
}