chore(dx): remove unnecessary nx configs

This commit is contained in:
Elian Doran
2025-09-02 17:43:32 +03:00
parent 7c8019ac5b
commit d60899e362
15 changed files with 1 additions and 269 deletions

View File

@@ -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"