This commit is contained in:
2025-01-30 12:37:43 +01:00
parent 7438630194
commit abe88f34a2
4 changed files with 16 additions and 6 deletions

View File

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