summaryrefslogtreecommitdiff
path: root/jsconig.json
blob: 75ef43846e62c60f71bad23760099085c29460c9 (plain)
1
2
3
4
5
6
7
{
	"compilerOptions": {
		"paths": {
			"powercord/*": [ "../../../fake_node_modules/powercord/*" ]
		}
	}
}