mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-02 12:47:41 +02:00
interop unnecessary
This commit is contained in:
parent
f19f148297
commit
fd568b5300
@ -1,5 +1,4 @@
|
||||
import open from 'open';
|
||||
|
||||
const open = require('open');
|
||||
interface LinkStoreEntry {
|
||||
link: string;
|
||||
noteX: number;
|
||||
|
@ -14,7 +14,6 @@
|
||||
"strictBindCallApply": true,
|
||||
"strictFunctionTypes": true,
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react",
|
||||
},
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user