docs: move typedoc to docs deps

This commit is contained in:
braks
2022-10-08 21:59:50 +02:00
committed by Braks
parent e5930b361a
commit 13d576da4b
7 changed files with 42 additions and 42 deletions

View File

@@ -9,8 +9,7 @@
"release": "turbo run release",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typedocs": "typedoc --options ./typedoc.json"
"lint": "turbo run lint"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
@@ -22,9 +21,6 @@
"prettier": "^2.7.1",
"shx": "^0.3.4",
"turbo": "^1.5.5",
"typedoc": "^0.22.18",
"typedoc-plugin-markdown": "^3.13.4",
"typedoc-plugin-merge-modules": "^4.0.1",
"typescript": "4.7.4"
}
}