summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-06-13 18:11:44 -0400
committerAAGaming <aagaming@riseup.net>2024-06-13 18:31:08 -0400
commitb939274d157257d0a57b339193d961b39ded6207 (patch)
tree8d8fa1ac4ca672b7ced3042fb5f9ce1da7e99dee /tsconfig.json
parentcbd489150fc2f721fe788ef6d58b8b792843e7d0 (diff)
downloaddecky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.tar.gz
decky-bazzite-buddy-b939274d157257d0a57b339193d961b39ded6207.zip
support new APIs fully
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7e88185..626c60f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,9 +15,7 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strict": true,
- "suppressImplicitAnyIndexErrors": true,
- "allowSyntheticDefaultImports": true,
- "skipLibCheck": true
+ "allowSyntheticDefaultImports": true
},
"include": ["src"],
"exclude": ["node_modules"]