Skip to content

Commit 20aecb9

Browse files
authored
Fix Windows build issues relating to wpt test harness (#3429)
1 parent 7451fc3 commit 20aecb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/workerd/api/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"allowJs": true
1616
},
1717
"include": ["**/*.ts"],
18-
"exclude": []
18+
"exclude": ["wpt/**"]
1919
}

src/workerd/api/wpt/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"wpt:*": ["../../../wpt/*"]
2727
}
2828
},
29-
"include": ["**/*.ts"],
29+
"include": ["**/*.ts", "../../../wpt/*.ts"],
3030
"exclude": []
3131
}

0 commit comments

Comments
 (0)