refactor: add ScriptRunner class

Change-Id: I118adb9ec338e88b40321208b84228886bb6b590
diff --git a/tsconfig.json b/tsconfig.json
index 363c4b1..ae31377 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,6 +7,7 @@
     "module": "es6",
     "target": "es2019",
     "moduleResolution": "bundler",
+    "esModuleInterop": true,
     "allowJs": true
   },
   "ts-node": {