From 301ad541154648bb8e72eb2e3d33ec5ac581e3ef Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sun, 10 Apr 2022 17:44:03 +0200 Subject: refactor: log messages for unique fields (#828) --- test/scripts/apidoc/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/scripts') 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"] } -- cgit v1.2.3