Skip to content

Commit f261cba

Browse files
committed
chore: adjust build defaults
1 parent 15bddda commit f261cba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/next-auth/tsconfig.build.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"noEmit": false,
88
"outDir": ".",
99
"rootDir": "src",
10-
"module": "esnext",
11-
"target": "es2019",
12-
"moduleResolution": "node",
10+
"module": "preserve",
11+
"target": "esnext",
12+
"moduleResolution": "bundler",
1313
"allowJs": false,
1414
"isolatedModules": false,
1515
"sourceMap": false,

0 commit comments

Comments
 (0)