typescript stinks

This commit is contained in:
AAGaming
2025-10-15 00:22:54 -04:00
parent 0c56f1b689
commit bc146b0349
2 changed files with 2 additions and 5 deletions
-4
View File
@@ -1,8 +1,4 @@
// Sets up DFL, then loads start.ts which starts up the loader // Sets up DFL, then loads start.ts which starts up the loader
interface Window {
// Shut up TS
SP_REACTDOM: any;
}
(async () => { (async () => {
console.debug('[Decky:Boot] Frontend init'); console.debug('[Decky:Boot] Frontend init');
+2 -1
View File
@@ -13,7 +13,8 @@
"noImplicitAny": true, "noImplicitAny": true,
"strict": true, "strict": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"resolveJsonModule": true "resolveJsonModule": true,
"skipLibCheck": true
}, },
"include": ["src", "index.d.ts"], "include": ["src", "index.d.ts"],
"exclude": ["node_modules"] "exclude": ["node_modules"]