From c6d56bc2c7f1fd56f76c4a05573f46df00988a10 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 22 Feb 2020 14:11:40 +0000 Subject: [PATCH] Add jsconfig.json --- jsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..9143bae --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "lib": ["bitwig", "es5"], + "target": "es5" + } +}