aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-06-19 22:20:28 +0200
committerGitHub <[email protected]>2024-06-19 22:20:28 +0200
commitd9ce8d2da92f1df0f35e29248dc8176fd59e2116 (patch)
tree3a91c1ed15d1bdf2b0c87be0698a3533a1fe67f4 /tsconfig.json
parent80d5aad652d051f6a355f9f065a5d946b7d03d3e (diff)
downloadfaker-d9ce8d2da92f1df0f35e29248dc8176fd59e2116.tar.xz
faker-d9ce8d2da92f1df0f35e29248dc8176fd59e2116.zip
chore: replace obsolete mentions of typedoc (#2957)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 6d3b09b3..cc4809da 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,7 +17,7 @@
"exclude": [
"node_modules",
"dist",
- // required for the typedoc related tests on macOS #2280
+ // required for the signature related tests on macOS #2280
"test/scripts/apidocs/temp"
]
}