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": [