mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
28 lines
517 B
JSON
28 lines
517 B
JSON
{
|
|
"compilerOptions": {
|
|
"isolatedModules": true,
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"jsx": "react-jsx",
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"outDir": ".",
|
|
"rootDir": "src",
|
|
"skipDefaultLibCheck": true,
|
|
"strictNullChecks": true,
|
|
"stripInternal": true,
|
|
"declarationMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"*.js",
|
|
"*.d.ts",
|
|
]
|
|
} |