mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
14 lines
306 B
JSON
14 lines
306 B
JSON
{
|
|
"include": [
|
|
"*.ts",
|
|
"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"
|
|
}
|