Skip to content

Commit

Permalink
Fix failing compilation in dexie-syncable
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed May 24, 2024
1 parent eccc2e4 commit bc99f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/Dexie.Syncable/test/test-typings/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"strictNullChecks": true,
"outDir": "../../tools/tmp/test-typings",
"moduleResolution": "node",
"lib": ["dom", "es2015"]
"lib": ["dom", "es2020"]
},
"files": [
"test-typings.ts"
Expand Down

0 comments on commit bc99f83

Please sign in to comment.