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 himself65
parent 3d0da0a21f
commit 5f634eed21
14 changed files with 149 additions and 207 deletions

View File

@@ -75,7 +75,6 @@
"eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fake-indexeddb": "4.0.1",
"got": "^13.0.0",
"happy-dom": "^9.20.3",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
@@ -98,8 +97,9 @@
"resolutions": {
"lit": "^2.7.2",
"idb": "^7.1.1",
"@emotion/cache": "^11.10.7"
"@emotion/cache": "^11.10.7",
"@types/cacheable-request": "^6.0.2",
"@types/responselike": "^1.0.0"
},
"packageManager": "yarn@3.5.0",
"stableVersion": "0.5.4"
"packageManager": "yarn@3.5.0"
}