Files
freeCodeCamp/tsconfig.json
Huyen Nguyen 2172e7bd28 chore: include e2e folder in lint:ts (#55325)
Co-authored-by: sembauke <semboot699@gmail.com>
Co-authored-by: Naomi the Technomancer <accounts+github@nhcarrigan.com>
2024-07-05 20:56:17 -07:00

12 lines
256 B
JSON

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