aboutsummaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2023-10-02 14:40:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2023-10-02 14:40:26 -0400
commit95280d67a415b31d99ac7e0ebe35c8440847fd90 (patch)
tree31195292013b2cd717881837204a304ab2def9f2 /jsconfig.json
downloadminepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.gz
minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.tar.bz2
minepot-bnbmc-95280d67a415b31d99ac7e0ebe35c8440847fd90.zip
Initial commit from Create Next App
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000..2a2e4b3
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,7 @@
+{
+ "compilerOptions": {
+ "paths": {
+ "@/*": ["./*"]
+ }
+ }
+}