diff --git a/www/docs/ec.config.mjs b/www/docs/ec.config.mjs index c17a4abd5..04512e3b6 100644 --- a/www/docs/ec.config.mjs +++ b/www/docs/ec.config.mjs @@ -13,7 +13,7 @@ export default defineEcConfig({ compilerOptions: { strict: true, moduleResolution: 100, - target: ts.ScriptTarget.ES2022, + target: 99, exactOptionalPropertyTypes: true, downlevelIteration: true, skipLibCheck: true,