passport/tsconfig.json
Sergey Krylov 94266dfa8f
All checks were successful
Publish / Publish npm package action (push) Successful in 18s
feat: add passport module
2026-01-31 15:28:03 +03:00

16 lines
350 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2024",
"types": ["node"],
"strict": true,
"strictNullChecks": false,
"jsx": "react-jsx",
"esModuleInterop": true,
"skipLibCheck": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"forceConsistentCasingInFileNames": true
}
}