1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00

interop unnecessary

This commit is contained in:
j-krl 2020-06-18 15:50:19 -06:00
parent f19f148297
commit fd568b5300
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import open from 'open';
const open = require('open');
interface LinkStoreEntry {
link: string;
noteX: number;

View File

@ -14,7 +14,6 @@
"strictBindCallApply": true,
"strictFunctionTypes": true,
"sourceMap": true,
"esModuleInterop": true,
"jsx": "react",
},
"include": [