Skip to content

Commit d7a9fb1

Browse files
authored
Test with TypeScript 5.9 (#189)
Fixes #188. Tests pass locally for me.
1 parent cb58f1f commit d7a9fb1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

tests/ts5.9/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"scripts": {
3+
"test": "tsc --version && tsc"
4+
},
5+
"dependencies": {
6+
"@webgpu/types": "file:../..",
7+
"typescript": "~5.9.0"
8+
}
9+
}

tests/ts5.9/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"include": ["../index.ts"]
4+
}

0 commit comments

Comments
 (0)