From 73d29ebbcca1e1e00ad54b7a2f43982dad81e1c2 Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 16 Aug 2021 23:01:35 +0200 Subject: Initial commit --- jsconig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 jsconig.json (limited to 'jsconig.json') 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/*" ] + } + } +} -- cgit