aboutsummaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-04-10 17:44:03 +0200
committerGitHub <[email protected]>2022-04-10 17:44:03 +0200
commit301ad541154648bb8e72eb2e3d33ec5ac581e3ef (patch)
tree103da0e537de02588478416e0e3677a5069b1f3d /test/scripts
parentd544ef9266fdc4b380ab069435b73b647282b17d (diff)
downloadfaker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.tar.xz
faker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.zip
refactor: log messages for unique fields (#828)
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/apidoc/tsconfig.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/scripts/apidoc/tsconfig.json b/test/scripts/apidoc/tsconfig.json
index ebc4e817..0f7afc34 100644
--- a/test/scripts/apidoc/tsconfig.json
+++ b/test/scripts/apidoc/tsconfig.json
@@ -1,3 +1,6 @@
{
+ "compilerOptions": {
+ "target": "ES5"
+ },
"include": ["signature.example.ts"]
}