diff --git a/composer/tsconfig.json b/composer/tsconfig.json index cc0fa21f..6fe20ae7 100644 --- a/composer/tsconfig.json +++ b/composer/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "outDir": "build/typescript", - "target": "ES6", + "target": "ES2023", "typeRoots": ["types/*"] }, "include": ["./src/main/ts/**/*", "./types/**/*"]