freeCodeCamp/tsconfig.json

14 lines
296 B
JSON

{
"include": [
"client/i18n/**/*",
"client/plugins/**/*",
"client/src/**/*",
"client/utils/**/*",
"curriculum/*.test.ts",
"tools/challenge-editor/**/*",
"tools/challenge-helper-scripts/**/*.ts",
"tools/scripts/**/*.ts"
],
"extends": "./tsconfig-base.json"
}