1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +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 { interface LinkStoreEntry {
link: string; link: string;
noteX: number; noteX: number;

View File

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