Skip to content

Commit

Permalink
Move emitDeclarationOnly to next-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
ThangHuuVu committed Feb 18, 2022
1 parent f67d7b4 commit b10a935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/next-auth/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"extends": "tsconfig/base.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"baseUrl": ".",
"outDir": ".",
"outDir": "."
},
"exclude": ["config"]
}
}
1 change: 0 additions & 1 deletion packages/tsconfig/base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"compilerOptions": {
"emitDeclarationOnly": true,
"strictNullChecks": true,
"target": "es2019",
"lib": ["dom", "dom.iterable", "esnext"],
Expand Down

0 comments on commit b10a935

Please sign in to comment.