mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"include": [
|
|
"api",
|
|
"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"
|
|
}
|