diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 20:42:50 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-07-17 20:42:50 -0400 |
| commit | c4c55a93bc6af8b15f45225169758e08ff1b13cd (patch) | |
| tree | bf7e7c4070e462e99bcea327588c323025b6a0bb /jsconfig.json | |
| download | sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.gz sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.tar.bz2 sei-website-c4c55a93bc6af8b15f45225169758e08ff1b13cd.zip | |
Initial rewrite
Diffstat (limited to 'jsconfig.json')
| -rw-r--r-- | jsconfig.json | 7 |
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": { + "@/*": ["./*"] + } + } +} |
