Files
freeCodeCamp/tsconfig.json
Oliver Eyton-Williams 8ee9b5761a fix: use keys in curriculum.json (#45407)
* 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
2022-03-10 20:41:33 +00:00

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