diff options
author | nea <romangraef@gmail.com> | 2021-08-16 23:01:35 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2021-08-16 23:01:35 +0200 |
commit | 73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2 (patch) | |
tree | f440e76faf1ec2aa98244775be2a679723a434de /jsconig.json | |
download | powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.gz powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.bz2 powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.zip |
Initial commit
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/*" ] + } + } +} |