Files
freeCodeCamp/api/tsconfig.json
Oliver Eyton-Williams c3c912db07 feat(api): add csrf protection (#50275)
Co-authored-by: Sboonny <muhammed@freecodecamp.org>
2023-05-18 17:06:40 +05:30

14 lines
286 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "CommonJS",
"allowJs": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"noEmit": true,
"noUncheckedIndexedAccess": true
}
}