diff options
author | Simponic <loganhunt@simponic.xyz> | 2022-12-12 23:39:16 -0700 |
---|---|---|
committer | Simponic <loganhunt@simponic.xyz> | 2022-12-12 23:39:16 -0700 |
commit | a7fc285c0a22bb3ab9cd7a90918b8b661b928e20 (patch) | |
tree | a1129e09ed17bbf909dcd78861ee1a709c8ee553 /day-12/package.json | |
parent | c436bce67e2d7b89551391ca0a620c5f2ad4fe68 (diff) | |
download | aoc-a7fc285c0a22bb3ab9cd7a90918b8b661b928e20.tar.gz aoc-a7fc285c0a22bb3ab9cd7a90918b8b661b928e20.zip |
Whelp that was dumb
Diffstat (limited to 'day-12/package.json')
-rw-r--r-- | day-12/package.json | 9 |
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" + } +} |