Updated lib to "ES2021" in tsconfig.json

This commit is contained in:
Caleb Owens 2024-03-05 14:05:06 +00:00
parent 83d5acee88
commit 312541b7f7

View File

@ -2,7 +2,7 @@
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"target": "es6",
"lib": ["dom", "dom.iterable", "ES2020"],
"lib": ["dom", "dom.iterable", "ES2021"],
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,