Skip to content

Commit

Permalink
Update tsconfig
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Rutten <2504906+nickrttn@users.noreply.github.com>
  • Loading branch information
Murderlon and nickrttn authored Apr 15, 2024
1 parent a37d2a7 commit bbb5350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/react/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"noImplicitAny": false,
"outDir": "./lib",
"jsxImportSource": "react",
"jsx": "react-jsx",
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
Expand Down
1 change: 1 addition & 0 deletions packages/@uppy/react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"emitDeclarationOnly": false,
"noEmit": true,
"jsxImportSource": "react",
"jsx": "react-jsx",
"paths": {
"@uppy/utils/lib/*": ["../utils/src/*"],
"@uppy/core": ["../core/src/index.js"],
Expand Down

0 comments on commit bbb5350

Please sign in to comment.