Skip to content

Commit fb60554

Browse files
committed
chore(ts): explicitly set next path in next-auth
1 parent 4ff836a commit fb60554

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/next-auth/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"skipDefaultLibCheck": true,
1616
"baseUrl": ".",
1717
"outDir": ".",
18-
18+
"paths": {
19+
"next": ["node_modules/next"]
20+
}
1921
},
2022
"exclude": ["./*.js", "./*.d.ts", "config", "**/__tests__", "tests"]
2123
}

0 commit comments

Comments
 (0)