feat: prims basic implementation without PQ

This commit is contained in:
mpaulson 2023-08-27 11:52:40 -06:00
parent c0ce0f15d9
commit d9d8d06b8a
5 changed files with 4195 additions and 335 deletions

View file

@ -7,12 +7,12 @@
"resolveJsonModule": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"target": "es6",
"target": "esnext",
"module": "commonjs",
"baseUrl": "src",
"paths": {
"@code/*": [
"day2/*"
"day4/*"
]
}
},
@ -22,4 +22,4 @@
"exclude": [
"node_modules"
]
}
}