feat: more algos

This commit is contained in:
mpaulson 2022-06-23 21:59:17 -06:00
parent 5a946a1f53
commit 5335cc10b0
16 changed files with 151 additions and 78 deletions

View file

@ -9,14 +9,10 @@
"esModuleInterop": true,
"target": "es6",
"module": "commonjs",
"typeRoots": [
"./node_modules/@nf-types",
"./node_modules/@types"
],
"baseUrl": "src",
"paths": {
"@code/*": [
"day10/*"
"day3/*"
]
}
},
@ -26,4 +22,4 @@
"exclude": [
"node_modules"
]
}
}