Skip to content

Commit cf9f133

Browse files
fix(adapters): tsconfig for firebase and pouchdb (#5945)
* Update tsconfig.json * Update tsconfig.json
1 parent 2301c1b commit cf9f133

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/adapter-firebase/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@next-auth/tsconfig/tsconfig.base.json",
2+
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
33
"compilerOptions": {
44
"rootDir": "src",
55
"outDir": "dist",

packages/adapter-pouchdb/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@next-auth/tsconfig/tsconfig.base.json",
2+
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
33
"compilerOptions": {
44
"rootDir": "src",
55
"outDir": "dist",

0 commit comments

Comments
 (0)