Files
archived-next-auth/packages/tsconfig/adapters.json
2022-03-17 19:03:26 +01:00

12 lines
253 B
JSON

{
"extends": "./base.json",
"compilerOptions": {
"target": "ES2019",
"module": "commonjs",
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}