Skip to content

Commit

Permalink
fix: build paths on use-auth-client (#922)
Browse files Browse the repository at this point in the history
Co-authored-by: Kai Peacock <[email protected]>
  • Loading branch information
pocesar and krpeacock authored Sep 11, 2024
1 parent 33f2e38 commit dae3812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/use-auth-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"moduleResolution": "node",
"lib": ["es5", "es2015", "dom"],
"jsx": "react",
"rootDir": "./src",
"baseUrl": "./",
"declaration": true,
"outDir": "lib/esm"
},
Expand Down

0 comments on commit dae3812

Please sign in to comment.