mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
chore(dx): remove unnecessary nx configs
This commit is contained in:
@@ -21,30 +21,6 @@
|
||||
"github-flavored-markdown",
|
||||
"gfm"
|
||||
],
|
||||
"nx": {
|
||||
"name": "turndown-plugin-gfm",
|
||||
"sourceRoot": "packages/turndown-plugin-gfm/src",
|
||||
"targets": {
|
||||
"build": {
|
||||
"executor": "@nx/esbuild:esbuild",
|
||||
"outputs": [
|
||||
"{options.outputPath}"
|
||||
],
|
||||
"options": {
|
||||
"outputPath": "packages/turndown-plugin-gfm/dist",
|
||||
"main": "packages/turndown-plugin-gfm/src/index.js",
|
||||
"tsConfig": "packages/turndown-plugin-gfm/tsconfig.lib.json",
|
||||
"format": [
|
||||
"esm"
|
||||
],
|
||||
"declarationRootDir": "packages/turndown-plugin-gfm/src"
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"command": "node packages/turndown-plugin-gfm/test/turndown-plugin-gfm-test.js"
|
||||
}
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"turndown": "7.2.1",
|
||||
"turndown-attendant": "0.0.3"
|
||||
|
||||
Reference in New Issue
Block a user