summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-07 20:57:26 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2026-09-07 20:57:26 -0400
commit54acc36f16e1336772354f979a618cce65061f82 (patch)
tree9aae51351de2468277b3392b984e5caa99c271b4 /tsconfig.json
parente21eee83fc58fee3481aa0e17feb7cd9a8d8750e (diff)
downloaddecky-lsfg-vk-54acc36f16e1336772354f979a618cce65061f82.tar.gz
decky-lsfg-vk-54acc36f16e1336772354f979a618cce65061f82.zip
refactor: make runtime installation explicit
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 626c60f..f4b795f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,6 +8,7 @@
"jsxFragmentFactory": "window.SP_REACT.Fragment",
"declaration": false,
"moduleResolution": "node",
+ "resolveJsonModule": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,