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 /test/scripts | |
| parent | d544ef9266fdc4b380ab069435b73b647282b17d (diff) | |
| download | faker-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.json | 3 |
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"] } |
