chore(server,desktop): re-enable strict mode

This commit is contained in:
Elian Doran 2025-05-28 00:00:59 +03:00
parent c4e10b6eba
commit 811f0ea2bf
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
"moduleResolution": "bundler",
"target": "ES2020",
"outDir": "dist",
"strict": false,
"types": [
"node",
"express"

View File

@ -5,7 +5,6 @@
"moduleResolution": "bundler",
"target": "ES2020",
"outDir": "dist",
"strict": false,
"types": [
"node",
"express"