mirror of https://github.com/TriliumNext/Notes
chore(nx/turndown-plugin): fix compilation
parent
2aad162f8e
commit
40fec89add
File diff suppressed because it is too large
Load Diff
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"jsc": {
|
|
||||||
"target": "es2017",
|
|
||||||
"parser": {
|
|
||||||
"syntax": "typescript",
|
|
||||||
"decorators": true,
|
|
||||||
"dynamicImport": true
|
|
||||||
},
|
|
||||||
"transform": {
|
|
||||||
"decoratorMetadata": true,
|
|
||||||
"legacyDecorator": true
|
|
||||||
},
|
|
||||||
"keepClassNames": true,
|
|
||||||
"externalHelpers": true,
|
|
||||||
"loose": true
|
|
||||||
},
|
|
||||||
"module": {
|
|
||||||
"type": "es6"
|
|
||||||
},
|
|
||||||
"sourceMaps": true,
|
|
||||||
"exclude": ["jest.config.ts",".*\\.spec.tsx?$",".*\\.test.tsx?$","./src/jest-setup.ts$","./**/jest-setup.ts$",".*.js$"]
|
|
||||||
}
|
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
export function turndownPluginGfm() {
|
||||||
|
return 'turndown-plugin-gfm';
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue