Skip to content

Commit

Permalink
fix(provider): Resolve TypeScript build configuration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Jun 3, 2024
1 parent b238faa commit 259c262
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/provider/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"composite": true,
"esModuleInterop": true,
"jsx": "react-jsx"
},
Expand Down

0 comments on commit 259c262

Please sign in to comment.