diff options
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"] } |
