mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 12:05:39 -05:00
* feat: add function to map from path to superblock * fix: use superblocks as keys in curriculum.json * fix: handle new superblock names * fix: keep deleting relational-database
13 lines
261 B
JSON
13 lines
261 B
JSON
{
|
|
"include": [
|
|
"client/i18n/**/*",
|
|
"client/plugins/**/*",
|
|
"client/src/**/*",
|
|
"client/utils/**/*",
|
|
"curriculum/*.test.ts",
|
|
"tools/challenge-helper-scripts/**/*.ts",
|
|
"tools/scripts/**/*.ts"
|
|
],
|
|
"extends": "./tsconfig-base.json"
|
|
}
|