Files
freeCodeCamp/tsconfig.json
Oliver Eyton-Williams 8ef4620e0b chore: move challenge-auditor out of root (#64280)
Co-authored-by: Sem Bauke <semboot699@gmail.com>
2025-12-02 15:06:49 +00:00

11 lines
201 B
JSON

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