mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 22:31:59 +00:00
typescript stinks
This commit is contained in:
@@ -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');
|
||||||
|
|||||||
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user