Setup Timezone specification support

This commit is contained in:
2023-03-09 18:03:07 -06:00
parent d8a9270ce6
commit 17785c89b9
7 changed files with 27 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2016",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": ["dom", "dom.iterable", "esnext", "es2021.intl"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,