Make desktop linters happy

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2026-03-24 13:02:58 +00:00
parent 1db62bcdfd
commit afa23c23a8
4 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"module": "node16",
"sourceMap": false,
"strict": true,
"lib": ["es2021"]
"lib": ["es2022"],
"types": ["node"]
},
"include": ["../src/@types", "./**/*.ts"]
}