Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Dec 30, 2023
1 parent bacc69e commit 4fa2cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/@uppy/status-bar/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"noImplicitAny": false,
"skipLibCheck": true,
"paths": {
"@uppy/core": ["../core/src/index.ts"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"],
"@uppy/utils/*": ["../utils/*"]
"@uppy/utils/lib/*": ["../utils/src/*"]
}
},
"include": ["./src/**/*.*"],
Expand Down
4 changes: 2 additions & 2 deletions packages/@uppy/status-bar/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"compilerOptions": {
"emitDeclarationOnly": false,
"paths": {
"@uppy/core": ["../core/src/index.ts"],
"@uppy/core": ["../core/src/index.js"],
"@uppy/core/lib/*": ["../core/src/*"],
"@uppy/utils/*": ["../utils/*"]
"@uppy/utils/lib/*": ["../utils/src/*"]
},
"noEmit": true
},
Expand Down

0 comments on commit 4fa2cda

Please sign in to comment.