summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorVictor Borges <victor1882@outlook.com>2025-04-30 00:10:42 -0300
committerVictor Borges <victor1882@outlook.com>2025-04-30 00:10:42 -0300
commit09b26542752b4c6b13e91ceae3255b67bd98f82c (patch)
tree7018a39f3b71531ae74c168d5c5182b4740242f9 /tsconfig.json
parent0e8fa29ac63933d3c4b5f9071c174cc2f26d99db (diff)
downloaddecky-bazzite-buddy-09b26542752b4c6b13e91ceae3255b67bd98f82c.tar.gz
decky-bazzite-buddy-09b26542752b4c6b13e91ceae3255b67bd98f82c.zip
add pagination support
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,