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
@@ -5,7 +5,8 @@
"esModuleInterop": true,
"target": "es2022",
"module": "es2022",
"lib": ["es2022", "dom"]
"lib": ["es2022", "dom"],
"types": ["node"]
},
"include": ["**/*.ts"]
}