From 960ae288feffaa810e91d7fbf3a43925e32d61c6 Mon Sep 17 00:00:00 2001 From: cwmoo740 Date: Tue, 18 Apr 2017 11:15:29 -0400 Subject: [PATCH] react-onclickoutside add tslint.json --- types/react-onclickoutside/tslint.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 types/react-onclickoutside/tslint.json diff --git a/types/react-onclickoutside/tslint.json b/types/react-onclickoutside/tslint.json new file mode 100644 index 0000000000..d88586e5bd --- /dev/null +++ b/types/react-onclickoutside/tslint.json @@ -0,0 +1,3 @@ +{ + "extends": "dtslint/dt.json" +}