Skip to content

Commit

Permalink
update compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen committed Nov 24, 2024
1 parent 7733cb8 commit 4b9f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/ec.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineEcConfig({
compilerOptions: {
strict: true,
moduleResolution: 100,
target: ts.ScriptTarget.ES2022,
target: 99,
exactOptionalPropertyTypes: true,
downlevelIteration: true,
skipLibCheck: true,
Expand Down

0 comments on commit 4b9f2ab

Please sign in to comment.