We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8205b commit 9714066Copy full SHA for 9714066
exercises/02.next/01.solution/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "exercises_01.start_01.solution",
+ "name": "exercises_02.next_01.solution",
3
"private": true,
4
"type": "module",
5
"scripts": {
tsconfig.json
@@ -10,6 +10,9 @@
10
11
"path": "exercises/01.start/01.solution"
12
},
13
+ {
14
+ "path": "exercises/02.next/01.solution"
15
+ },
16
17
"path": "exercises/05.end-stdio/01.problem"
18
0 commit comments