Files
freeCodeCamp/tsconfig.json
2025-11-21 19:21:46 +05:30

14 lines
306 B
JSON

{
"include": [
"*.ts",
"curriculum/*.test.ts",
"e2e/**/*.ts",
"tools/challenge-auditor/index.ts",
"tools/challenge-editor/**/*",
"tools/challenge-helper-scripts/**/*.ts",
"tools/scripts/**/*.ts",
"tools/daily-challenges/**/*.ts"
],
"extends": "./tsconfig-base.json"
}