mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
11 lines
200 B
JSON
11 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"strict": true
|
|
}
|
|
}
|