Files
freeCodeCamp/tools/challenge-helper-scripts/tsconfig.json
Nicholas Carrigan (he/him) 972c10a33d chore: clean up comments (#43550)
2021-09-23 20:09:27 +02:00

13 lines
258 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"noEmit": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}