Files
freeCodeCamp/tools/screenshot-service/tsconfig.json
Niraj Nandish dac7fa3a14 feat(api): exam screenshot service (#56940)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2025-02-18 09:24:54 +00:00

14 lines
277 B
JSON

{
"compilerOptions": {
"target": "es2022",
"module": "Node16",
"moduleResolution": "nodenext",
"allowJs": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"outDir": "./dist",
"rootDir": "../../"
},
"include": ["**/*.ts"]
}