fix!: Remove lib from .wxt/tsconfig.json (#209)

Co-authored-by: Aaron Klinker <aaronklinker1@gmail.com>
This commit is contained in:
yyyanghj
2023-11-04 23:50:52 +08:00
committed by GitHub
parent 450dc0975f
commit 6641ffaeed
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -252,7 +252,6 @@ describe('TypeScript Project', () => {
\\"forceConsistentCasingInFileNames\\": true,
\\"resolveJsonModule\\": true,
\\"strict\\": true,
\\"lib\\": [\\"DOM\\", \\"WebWorker\\"],
\\"skipLibCheck\\": true,
\\"paths\\": {
\\"@\\": [\\"..\\"],
@@ -296,7 +295,6 @@ describe('TypeScript Project', () => {
\\"forceConsistentCasingInFileNames\\": true,
\\"resolveJsonModule\\": true,
\\"strict\\": true,
\\"lib\\": [\\"DOM\\", \\"WebWorker\\"],
\\"skipLibCheck\\": true,
\\"paths\\": {
\\"@\\": [\\"../src\\"],
@@ -209,7 +209,6 @@ async function writeTsConfigFile(
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"strict": true,
"lib": ["DOM", "WebWorker"],
"skipLibCheck": true,
"paths": {
"@": ["${srcPath}"],