From fd568b530068290d71c2f11eab886140b2ee24bc Mon Sep 17 00:00:00 2001 From: j-krl <63491353+j-krl@users.noreply.github.com> Date: Thu, 18 Jun 2020 15:50:19 -0600 Subject: [PATCH] interop unnecessary --- CliClient/app/LinkSelector.ts | 3 +-- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CliClient/app/LinkSelector.ts b/CliClient/app/LinkSelector.ts index 66e3dc780..f51c728b8 100644 --- a/CliClient/app/LinkSelector.ts +++ b/CliClient/app/LinkSelector.ts @@ -1,5 +1,4 @@ -import open from 'open'; - +const open = require('open'); interface LinkStoreEntry { link: string; noteX: number; diff --git a/tsconfig.json b/tsconfig.json index f3c9b25c1..aa28a5a97 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,6 @@ "strictBindCallApply": true, "strictFunctionTypes": true, "sourceMap": true, - "esModuleInterop": true, "jsx": "react", }, "include": [