tsc
This commit is contained in:
@@ -20,6 +20,7 @@ export default class ValidateSSOAccessTask extends BaseTask<Props> {
|
||||
}
|
||||
|
||||
// Check the validity of all the user's associated authentications.
|
||||
// @ts-expect-error TODO: Need to setup nested tsconfig with ES2021
|
||||
const valid = await Promise.any(
|
||||
userAuthentications.map(async (authentication) =>
|
||||
authentication.validateAccess({ transaction })
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "es2021", "dom.iterable"],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user