mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
chore(*): Add js project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
testEnvironment: "node",
|
||||
roots: ["<rootDir>"],
|
||||
moduleNameMapper: {
|
||||
"^Data/(.*)$": "<rootDir>/2024/Data/$1",
|
||||
"^Tasks/(.*)$": "<rootDir>/2024/Tasks/$1",
|
||||
},
|
||||
};
|
||||
Generated
+3652
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "advent-of-code",
|
||||
"version": "1.0.0",
|
||||
"description": "A set of node.js solutions for advent of code",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user