mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
server-esm: Normalize quotes in require imports
This commit is contained in:
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
@@ -19,7 +19,7 @@ declare module 'normalize-strings' {
|
||||
}
|
||||
|
||||
declare module 'joplin-turndown-plugin-gfm' {
|
||||
import TurndownService = require("turndown");
|
||||
import TurndownService = require('turndown');
|
||||
namespace gfm {
|
||||
function gfm(service: TurndownService): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user