diff options
Diffstat (limited to 'jsconig.json')
-rw-r--r-- | jsconig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jsconig.json b/jsconig.json new file mode 100644 index 0000000..75ef438 --- /dev/null +++ b/jsconig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "paths": { + "powercord/*": [ "../../../fake_node_modules/powercord/*" ] + } + } +} |