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

@@ -5,16 +5,6 @@
"private": true,
"type": "module",
"main": "./src/index.ts",
"nx": {
"name": "ckeditor5",
"targets": {
"typecheck": {
"dependsOn": [
"^build"
]
}
}
},
"dependencies": {
"@triliumnext/ckeditor5-admonition": "workspace:*",
"@triliumnext/ckeditor5-footnotes": "workspace:*",