diff options
| author | Shinigami <[email protected]> | 2022-04-10 17:44:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-10 17:44:03 +0200 |
| commit | 301ad541154648bb8e72eb2e3d33ec5ac581e3ef (patch) | |
| tree | 103da0e537de02588478416e0e3677a5069b1f3d /docs | |
| parent | d544ef9266fdc4b380ab069435b73b647282b17d (diff) | |
| download | faker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.tar.xz faker-301ad541154648bb8e72eb2e3d33ec5ac581e3ef.zip | |
refactor: log messages for unique fields (#828)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/.vitepress/tsconfig.json | 5 |
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" + } +} |
