feat(plugin): update tsconfig for Decky frontend build

This commit is contained in:
2026-06-28 07:51:38 +08:00
parent c1eba0c047
commit 5598e0db59
+4 -1
View File
@@ -10,7 +10,10 @@
"rootDir": "./src", "rootDir": "./src",
"declaration": false, "declaration": false,
"sourceMap": false, "sourceMap": false,
"esModuleInterop": true "esModuleInterop": true,
"skipLibCheck": true,
"lib": ["ES2022", "DOM"],
"types": ["react", "react-dom"]
}, },
"include": ["src"], "include": ["src"],
"references": [ "references": [