diff --git a/config-files/tsconfig/package.json b/config-files/tsconfig/package.json index de2eff0..7242569 100644 --- a/config-files/tsconfig/package.json +++ b/config-files/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@redhat-actions/tsconfig", - "version": "1.1.1", + "version": "1.2.0", "description": "TS config for Node 12 Red Hat GitHub Actions", "keywords": [ "typescript", diff --git a/config-files/tsconfig/tsconfig.json b/config-files/tsconfig/tsconfig.json index f38243e..6474647 100644 --- a/config-files/tsconfig/tsconfig.json +++ b/config-files/tsconfig/tsconfig.json @@ -6,6 +6,7 @@ "lib": [ "es2019", "es2020.promise", "es2020.bigint", "es2020.string" ], "module": "commonjs", + "moduleResolution": "node", "target": "es2019", "sourceMap": true,