feat: more algos
This commit is contained in:
parent
5a946a1f53
commit
5335cc10b0
16 changed files with 151 additions and 78 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue