Files
freeCodeCamp/tsconfig.json
2026-01-05 20:30:02 +05:30

10 lines
189 B
JSON

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