You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix generated documentation
This commit is contained in:
@@ -6,19 +6,21 @@
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "nyc -r text-summary -r lcov mocha -r source-map-support/register -r ts-node/register './lib/**/*.spec.ts'",
|
||||
"build": "tsc"
|
||||
"build": "tsc",
|
||||
"documentation": "typedoc"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@node-redis/client": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@node-redis/test-utils": "*",
|
||||
"@types/node": "^16.11.7",
|
||||
"@types/node": "^16.11.12",
|
||||
"nyc": "^15.1.0",
|
||||
"release-it": "^14.11.7",
|
||||
"source-map-support": "^0.5.20",
|
||||
"release-it": "^14.11.8",
|
||||
"source-map-support": "^0.5.21",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^4.4.4"
|
||||
"typedoc": "^0.22.10",
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
}
|
||||
|
@@ -5,5 +5,16 @@
|
||||
},
|
||||
"include": [
|
||||
"./lib/**/*.ts"
|
||||
]
|
||||
],
|
||||
"typedocOptions": {
|
||||
"entryPoints": [
|
||||
"./lib"
|
||||
],
|
||||
"entryPointStrategy": "expand",
|
||||
"exclude": [
|
||||
"./lib/test-utils.ts",
|
||||
"./lib/**/*.spec.ts"
|
||||
],
|
||||
"out": "../../documentation/time-series"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user