Skip to content

Commit b602655

Browse files
CI failure investigation (#2)
* fix: correct extra tsconfig reference Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> * fix: implement maple street library practice helpers Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> * fix: keep maple street practice unfinished but typecheckable Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent ef00075 commit b602655

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extra/02.maple-street-library/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* Linting */
2020
"strict": true,
2121
"noUnusedLocals": true,
22-
"noUnusedParameters": true,
22+
"noUnusedParameters": false,
2323
"erasableSyntaxOnly": true,
2424
"noFallthroughCasesInSwitch": true,
2525
"noUncheckedSideEffectImports": true

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"files": [],
33
"references": [
44
{ "path": "./tsconfig.base.json" },
5-
{ "path": "./extra/02.structured-data-spa/tsconfig.json" }
5+
{ "path": "./extra/02.maple-street-library/tsconfig.json" }
66
]
77
}

0 commit comments

Comments
 (0)