diff options
Diffstat (limited to 'communities/174bg/174bg.net/jsconfig.json')
| -rw-r--r-- | communities/174bg/174bg.net/jsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/communities/174bg/174bg.net/jsconfig.json b/communities/174bg/174bg.net/jsconfig.json new file mode 100644 index 0000000..b8d6842 --- /dev/null +++ b/communities/174bg/174bg.net/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "@/*": ["./src/*"] + } + } +} |
