summaryrefslogtreecommitdiff
path: root/jsconig.json
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2021-08-16 23:01:35 +0200
committernea <romangraef@gmail.com>2021-08-16 23:01:35 +0200
commit73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2 (patch)
treef440e76faf1ec2aa98244775be2a679723a434de /jsconig.json
downloadpowercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.gz
powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.tar.bz2
powercord-timezone-73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2.zip
Initial commit
Diffstat (limited to 'jsconig.json')
-rw-r--r--jsconig.json7
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/*" ]
+ }
+ }
+}