summaryrefslogtreecommitdiff
path: root/aoc_2022/day-12/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'aoc_2022/day-12/package.json')
-rw-r--r--aoc_2022/day-12/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/aoc_2022/day-12/package.json b/aoc_2022/day-12/package.json
new file mode 100644
index 0000000..cfc736a
--- /dev/null
+++ b/aoc_2022/day-12/package.json
@@ -0,0 +1,9 @@
+{
+ "devDependencies": {
+ "@types/node": "^18.11.14",
+ "typescript": "^4.9.4"
+ },
+ "scripts": {
+ "build": "tsc"
+ }
+}