Skip to content

Commit

Permalink
add moduleResolution: 'node'
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Etchells <[email protected]>
  • Loading branch information
tetchel committed Jun 3, 2021
1 parent 308af35 commit 009206a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config-files/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions config-files/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

"lib": [ "es2019", "es2020.promise", "es2020.bigint", "es2020.string" ],
"module": "commonjs",
"moduleResolution": "node",
"target": "es2019",
"sourceMap": true,

Expand Down

0 comments on commit 009206a

Please sign in to comment.