summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorJSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-05-06 01:09:53 -0400
committerGitHub <noreply@github.com>2025-05-06 01:09:53 -0400
commit358a0933031a1e862dc46194f75d1ec6d0ec26fc (patch)
treee7788d357c7242a45ae9ccaee272d1ce3c3ce6ad /tsconfig.json
parentc226e87f77375ec5682834aaf9049a0076f3e9c2 (diff)
parent431fb640d17faeef8d2a0a455392c39528205e11 (diff)
downloaddecky-bazzite-buddy-358a0933031a1e862dc46194f75d1ec6d0ec26fc.tar.gz
decky-bazzite-buddy-358a0933031a1e862dc46194f75d1ec6d0ec26fc.zip
Merge pull request #4 from victor-borges/main
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c7da3dd..69bd8f0 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -12,7 +12,7 @@
"noUnusedParameters": true,
"esModuleInterop": true,
"noImplicitReturns": true,
- "noImplicitThis": true,
+ "noImplicitThis": false,
"noImplicitAny": true,
"strict": true,
"allowSyntheticDefaultImports": true,