mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* Upgrade turborepo, add next-auth as dev deps * Fix TS error * Update adapters.json * ignore linting
8 lines
127 B
JSON
8 lines
127 B
JSON
{
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"module": "commonjs",
|
|
"strict": true
|
|
}
|
|
} |