refactor: lint challenges as part of curriculum, not root (#65665)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Oliver Eyton-Williams
2026-02-04 11:42:21 +01:00
committed by GitHub
parent 5fa67063f5
commit 20e48dd846
30 changed files with 287 additions and 171 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"include": ["src"],
"extends": "../../tsconfig-base.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"outDir": "dist",
"noEmit": false
}
}