freeCodeCamp/tsconfig.json
Tom 6c6d22017b
feat: add daily challenge seed script (#60506)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2025-06-18 20:29:49 +02:00

13 lines
294 B
JSON

{
"include": [
"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"
}