From b9089aaf03bd25fd8b6b28726949dd2b1e7b9284 Mon Sep 17 00:00:00 2001 From: schmelczerandras Date: Sun, 27 Sep 2020 17:34:17 +0200 Subject: [PATCH] Help subclassing --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0323388..0fe82a5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,10 +4,11 @@ "sourceMap": true, "declaration": true, "declarationMap": true, - "target": "ES2017", + "target": "es5", "esModuleInterop": true, "strict": true, "experimentalDecorators": true, + "downlevelIteration": true, "moduleResolution": "Node", "module": "es6", "composite": true,