feat: prims basic implementation without PQ
This commit is contained in:
parent
c0ce0f15d9
commit
d9d8d06b8a
5 changed files with 4195 additions and 335 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue