You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-10 11:43:01 +03:00
update tsconfig.json
This commit is contained in:
@@ -6,6 +6,10 @@
|
|||||||
"include": [
|
"include": [
|
||||||
"./lib/**/*.ts"
|
"./lib/**/*.ts"
|
||||||
],
|
],
|
||||||
|
"exclude": [
|
||||||
|
"./lib/test-utils.ts",
|
||||||
|
"./lib/**/*.spec.ts"
|
||||||
|
],
|
||||||
"typedocOptions": {
|
"typedocOptions": {
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
"./lib"
|
"./lib"
|
||||||
|
@@ -6,6 +6,10 @@
|
|||||||
"include": [
|
"include": [
|
||||||
"./lib/**/*.ts"
|
"./lib/**/*.ts"
|
||||||
],
|
],
|
||||||
|
"exclude": [
|
||||||
|
"./lib/test-utils.ts",
|
||||||
|
"./lib/**/*.spec.ts"
|
||||||
|
],
|
||||||
"typedocOptions": {
|
"typedocOptions": {
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
"./lib"
|
"./lib"
|
||||||
|
@@ -6,6 +6,10 @@
|
|||||||
"include": [
|
"include": [
|
||||||
"./lib/**/*.ts"
|
"./lib/**/*.ts"
|
||||||
],
|
],
|
||||||
|
"exclude": [
|
||||||
|
"./lib/test-utils.ts",
|
||||||
|
"./lib/**/*.spec.ts"
|
||||||
|
],
|
||||||
"typedocOptions": {
|
"typedocOptions": {
|
||||||
"entryPoints": [
|
"entryPoints": [
|
||||||
"./lib"
|
"./lib"
|
||||||
|
Reference in New Issue
Block a user