From d928eab3ecefbf778f1cadece9beac010dc42332 Mon Sep 17 00:00:00 2001 From: maksJopek <72977266+maksJopek@users.noreply.github.com> Date: Mon, 5 Apr 2021 00:30:46 +0200 Subject: Small step in good direction --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 12d494c..4478def 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "esModuleInterop": true, "target": "ESNext", "module": "commonjs", + "moduleResolution": "node", "strict": true, "lib": [ "ESNext" @@ -16,7 +17,8 @@ "strictBindCallApply": true /* Enable strict 'bind', 'call', and 'apply' methods on functions. */, "strictPropertyInitialization": true /* Enable strict checking of property initialization in classes. "noImplicitThis": true /* Raise error on 'this' expressions with an implied 'any' type. */, - "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */ + "alwaysStrict": true /* Parse in strict mode and emit "use strict" for each source file. */, + "downlevelIteration": true /* END MINE */ }, // "include": [ -- cgit v1.3.1