fix error for day one

This commit is contained in:
mpaulson 2022-08-11 18:25:06 -06:00
parent 02a064b568
commit 447be1e9de
4 changed files with 3 additions and 5 deletions

View file

@ -12,7 +12,7 @@
"baseUrl": "src",
"paths": {
"@code/*": [
"day4/*"
"day1/*"
]
}
},