Skip to content

Commit

Permalink
Fix Windows build issues relating to wpt test harness (#3429)
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun authored Jan 29, 2025
1 parent 7451fc3 commit 20aecb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/workerd/api/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"allowJs": true
},
"include": ["**/*.ts"],
"exclude": []
"exclude": ["wpt/**"]
}
2 changes: 1 addition & 1 deletion src/workerd/api/wpt/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"wpt:*": ["../../../wpt/*"]
}
},
"include": ["**/*.ts"],
"include": ["**/*.ts", "../../../wpt/*.ts"],
"exclude": []
}

0 comments on commit 20aecb9

Please # to comment.