mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +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 {
|
interface LinkStoreEntry {
|
||||||
link: string;
|
link: string;
|
||||||
noteX: number;
|
noteX: number;
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
"strictBindCallApply": true,
|
"strictBindCallApply": true,
|
||||||
"strictFunctionTypes": true,
|
"strictFunctionTypes": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"esModuleInterop": true,
|
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user