Files
freeCodeCamp/tsconfig.json
2025-12-01 12:43:53 +01:00

12 lines
241 B
JSON

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