Files
freeCodeCamp/tsconfig.json
T
2023-02-24 17:23:15 +05:30

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"
}