From 195d58ba144b5638ce5c6fcc3abb538654d2a6f9 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Thu, 26 Jul 2018 10:11:08 -0400 Subject: [PATCH] chore: add jsconfig --- jsconfig.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..f408cac --- /dev/null +++ b/jsconfig.json @@ -0,0 +1 @@ +{"compilerOptions":{"target":"es6","experimentalDecorators":true},"exclude":["node_modules","bower_components","tmp","vendor",".git","dist"]} \ No newline at end of file