Skip to content

Commit

Permalink
Why is yarn build failing on travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
jasny committed Nov 7, 2023
1 parent b061d73 commit 097900d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ test*.ts
yarn.lock
package-lock.json
.nyc_output
.yarn
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"target": "es2020",
"rootDir": "src",
"esModuleInterop": true,
"module": "node16",
"moduleResolution": "node16"
},
"include": ["src"],
Expand Down

0 comments on commit 097900d

Please sign in to comment.