aboutsummaryrefslogtreecommitdiff
path: root/docs
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 /docs
parentd544ef9266fdc4b380ab069435b73b647282b17d (diff)
downloadfaker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.tar.xz
faker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.zip
refactor: log messages for unique fields (#828)
Diffstat (limited to 'docs')
-rw-r--r--docs/.vitepress/tsconfig.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/.vitepress/tsconfig.json b/docs/.vitepress/tsconfig.json
new file mode 100644
index 00000000..bd4d6867
--- /dev/null
+++ b/docs/.vitepress/tsconfig.json
@@ -0,0 +1,5 @@
+{
+ "compilerOptions": {
+ "target": "ES2020"
+ }
+}