summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-12-02 14:16:56 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-12-02 14:16:56 -0700
commitcfd970e21663c3278f6e01d356690789225b6b56 (patch)
treea868659cc8425cc47ba1cd02509b3fe80632039c /tsconfig.json
parent118fc144884f0d716cc03e877aa85f83d289cec8 (diff)
downloadaoc-cfd970e21663c3278f6e01d356690789225b6b56.tar.gz
aoc-cfd970e21663c3278f6e01d356690789225b6b56.zip
2022 day 9 and add utils
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7556e1d..fbc6fef 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,6 +17,9 @@
"allowJs": true,
"types": [
"bun-types" // add Bun global
- ]
+ ],
+ "paths": {
+ "@/*": ["./*"]
+ }
}
}