Skip to content

Commit

Permalink
chore: sync
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 7, 2024
1 parent 25da00a commit 2dbd18c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions packages/fetch/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"declaration": false,
"declarationMap": false,
"noEmit": true,
"noImplicitAny": false,
"noImplicitThis": false,
"noPropertyAccessFromIndexSignature": false,
"noUnusedLocals": false,
"rootDir": "..",
"sourceMap": false
"rootDir": ".."
},
"include": [
"../src",
Expand Down
5 changes: 1 addition & 4 deletions packages/midway-component-fetch/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"declaration": false,
"declarationMap": false,
"noEmit": true,
"noImplicitAny": false,
"noImplicitThis": false,
"noPropertyAccessFromIndexSignature": false,
"noUnusedLocals": false,
"rootDir": "..",
"sourceMap": false
"rootDir": ".."
},
"include": [
"../src/",
Expand Down

0 comments on commit 2dbd18c

Please sign in to comment.