feat(plugin): update tsconfig for Decky frontend build
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user