Skip to content

Commit

Permalink
fix(adapters): tsconfig for firebase and pouchdb (#5945)
Browse files Browse the repository at this point in the history
* Update tsconfig.json

* Update tsconfig.json
  • Loading branch information
vedantmgoyal9 committed Dec 3, 2022
1 parent 2301c1b commit cf9f133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/adapter-firebase/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@next-auth/tsconfig/tsconfig.base.json",
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-pouchdb/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@next-auth/tsconfig/tsconfig.base.json",
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
Expand Down

0 comments on commit cf9f133

Please sign in to comment.