mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* fix: set module to commonjs for adapters * Update tsconfig.json * Update tsconfig.json Co-authored-by: Balázs Orbán <info@balazsorban.com>
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|