summaryrefslogtreecommitdiff
path: root/day-12/package.json
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-12-12 23:39:16 -0700
committerSimponic <loganhunt@simponic.xyz>2022-12-12 23:39:16 -0700
commita7fc285c0a22bb3ab9cd7a90918b8b661b928e20 (patch)
treea1129e09ed17bbf909dcd78861ee1a709c8ee553 /day-12/package.json
parentc436bce67e2d7b89551391ca0a620c5f2ad4fe68 (diff)
downloadaoc-a7fc285c0a22bb3ab9cd7a90918b8b661b928e20.tar.gz
aoc-a7fc285c0a22bb3ab9cd7a90918b8b661b928e20.zip
Whelp that was dumb
Diffstat (limited to 'day-12/package.json')
-rw-r--r--day-12/package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/day-12/package.json b/day-12/package.json
new file mode 100644
index 0000000..cfc736a
--- /dev/null
+++ b/day-12/package.json
@@ -0,0 +1,9 @@
+{
+ "devDependencies": {
+ "@types/node": "^18.11.14",
+ "typescript": "^4.9.4"
+ },
+ "scripts": {
+ "build": "tsc"
+ }
+}