refactor: project tsconfig & abstract infra type (#2721)

(cherry picked from commit 1ad2e629ac)
This commit is contained in:
Himself65
2023-06-08 12:41:47 +08:00
committed by Alex Yang
parent b3aac46e38
commit d1505a6c94
14 changed files with 149 additions and 207 deletions
+2
View File
@@ -12,10 +12,12 @@
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"electron": "=25.0.1",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"electron": "*",
"react": "*",
"react-dom": "*"
},