summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2025-10-15 00:22:54 -0400
committerAAGaming <aagaming@riseup.net>2025-10-15 00:22:54 -0400
commitbc146b03490f9867a87dde33711b4f66ce15199b (patch)
treef1313a32a16297fcaadecc3ba3eb2e21dec4ddb7
parent0c56f1b689428758a16b34a1844b60131282aa36 (diff)
downloaddecky-loader-aa/react19.tar.gz
decky-loader-aa/react19.zip
typescript stinksaa/react19
-rw-r--r--frontend/src/index.ts4
-rw-r--r--frontend/tsconfig.json3
2 files changed, 2 insertions, 5 deletions
diff --git a/frontend/src/index.ts b/frontend/src/index.ts
index 4d271e53..4f4ff4f7 100644
--- a/frontend/src/index.ts
+++ b/frontend/src/index.ts
@@ -1,8 +1,4 @@
// Sets up DFL, then loads start.ts which starts up the loader
-interface Window {
- // Shut up TS
- SP_REACTDOM: any;
-}
(async () => {
console.debug('[Decky:Boot] Frontend init');
diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json
index 7b87ce13..02d3d4ad 100644
--- a/frontend/tsconfig.json
+++ b/frontend/tsconfig.json
@@ -13,7 +13,8 @@
"noImplicitAny": true,
"strict": true,
"allowSyntheticDefaultImports": true,
- "resolveJsonModule": true
+ "resolveJsonModule": true,
+ "skipLibCheck": true
},
"include": ["src", "index.d.ts"],
"exclude": ["node_modules"]