- ${resolveExec(async () => {
+ ${directives.resolveExec(async () => {
const idpState = await IdpState.getSingletonInstance();
await idpState.idpClient.determineLoginStatus();
const data = await idpState.idpClient.whoIs().catch();
diff --git a/tsconfig.json b/tsconfig.json
index dfe5a55..85daa26 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,8 +1,6 @@
{
"compilerOptions": {
- "experimentalDecorators": true,
- "useDefineForClassFields": false,
- "target": "ES2022",
+ "target": "ESNext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,