fix : tsc down compiling

This commit is contained in:
GuillaumeSD
2025-05-18 23:41:21 +02:00
parent ae0b2735e4
commit cac16b2ace
3 changed files with 3 additions and 3 deletions

View File

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