summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorVictor Borges <victor1882@outlook.com>2025-03-31 10:54:03 -0300
committerVictor Borges <victor1882@outlook.com>2025-03-31 10:54:03 -0300
commit7e3b07d83aae6547ce121f904971e6491c0c2cdd (patch)
tree11e169767a645f38fc906f32fe9e9eb11bfcf50a /tsconfig.json
parentfc242fa45d24477c028032dc2f0777da07a44153 (diff)
downloaddecky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.tar.gz
decky-bazzite-buddy-7e3b07d83aae6547ce121f904971e6491c0c2cdd.zip
patch steam release notes
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 626c60f..c7da3dd 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,8 @@
"noImplicitThis": true,
"noImplicitAny": true,
"strict": true,
- "allowSyntheticDefaultImports": true
+ "allowSyntheticDefaultImports": true,
+ "allowJs": true
},
"include": ["src"],
"exclude": ["node_modules"]