From 24f7353bf05d57ebeac469e14f4687366a70e497 Mon Sep 17 00:00:00 2001 From: Prylaris Date: Tue, 27 Nov 2018 15:05:07 -0500 Subject: [PATCH] moar changes (2) --- typings/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/typings/index.js b/typings/index.js index f9774bb..1464883 100644 --- a/typings/index.js +++ b/typings/index.js @@ -3,5 +3,6 @@ const typings = { //eslint-disable-line config: '../config.js', modules: '../modules/', events: '../events/', - commands: '../commands' + commands: '../commands', + typings: '.././typings/' };