mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-29 18:02:06 -05:00
* feat(tools): audit i18n challenges Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
15 lines
336 B
JSON
15 lines
336 B
JSON
{
|
|
"include": [
|
|
"client/i18n/**/*",
|
|
"client/plugins/**/*",
|
|
"client/src/**/*",
|
|
"client/utils/**/*",
|
|
"curriculum/*.test.ts",
|
|
"tools/challenge-auditor/index.ts",
|
|
"tools/challenge-editor/**/*",
|
|
"tools/challenge-helper-scripts/**/*.ts",
|
|
"tools/scripts/**/*.ts"
|
|
],
|
|
"extends": "./tsconfig-base.json"
|
|
}
|